mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
(docs) Update docs with clearer references to the full guide
The commit also mentions the non-docker install
This commit is contained in:
parent
90744433c9
commit
2168b7cf7d
@ -3,11 +3,11 @@
|
|||||||
This directory is a staging area for running the system. It contains scripts
|
This directory is a staging area for running the system. It contains scripts
|
||||||
and templates for installing the system on a server, and for running it locally.
|
and templates for installing the system on a server, and for running it locally.
|
||||||
|
|
||||||
See [https://docs.marginalia.nu/](https://docs.marginalia.nu/) for additional
|
|
||||||
documentation.
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
**x86-64 Linux** - The system is only tested on x86-64 Linux. It may work on other
|
||||||
|
platforms, but for lack of suitable hardware, this can not be guaranteed.
|
||||||
|
|
||||||
**Docker** - It is a bit of a pain to install, but if you follow
|
**Docker** - It is a bit of a pain to install, but if you follow
|
||||||
[this guide](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository) you're on the right track for ubuntu-like systems.
|
[this guide](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository) you're on the right track for ubuntu-like systems.
|
||||||
|
|
||||||
@ -15,7 +15,12 @@ documentation.
|
|||||||
The civilized way of installing this is to use [SDKMAN](https://sdkman.io/);
|
The civilized way of installing this is to use [SDKMAN](https://sdkman.io/);
|
||||||
graalce is a good distribution choice but it doesn't matter too much.
|
graalce is a good distribution choice but it doesn't matter too much.
|
||||||
|
|
||||||
## Set up
|
## Quick Set up
|
||||||
|
|
||||||
|
[https://docs.marginalia.nu/](https://docs.marginalia.nu/) has a more comprehensive guide for the install
|
||||||
|
and operation of the search engine. This is a quick guide for the impatient.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
To go from a clean check out of the git repo to a running search engine,
|
To go from a clean check out of the git repo to a running search engine,
|
||||||
follow these steps.
|
follow these steps.
|
||||||
@ -51,6 +56,8 @@ you for which installation mode you want to use. The options are:
|
|||||||
2. Full Marginalia Search instance - This will install an instance of the search engine
|
2. Full Marginalia Search instance - This will install an instance of the search engine
|
||||||
configured like [search.marginalia.nu](https://search.marginalia.nu). This is useful
|
configured like [search.marginalia.nu](https://search.marginalia.nu). This is useful
|
||||||
for local development and testing.
|
for local development and testing.
|
||||||
|
3. Non-docker installation - This will install the system outside of docker.
|
||||||
|
This is still an experimental run-mode.
|
||||||
|
|
||||||
It will also prompt you for account details for a new mariadb instance, which will be
|
It will also prompt you for account details for a new mariadb instance, which will be
|
||||||
created for you. The database will be initialized with the schema and data required
|
created for you. The database will be initialized with the schema and data required
|
||||||
|
Loading…
Reference in New Issue
Block a user