Skip to content

Commit 43cb4ca

Browse files
committed
Touch-ups
1 parent 4f50a0d commit 43cb4ca

File tree

1 file changed

+2
-6
lines changed
  • content/1_overview/03_installing

1 file changed

+2
-6
lines changed

content/1_overview/03_installing/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,9 @@ Finally, you can install the search engine. To do this, a script is provided th
3131
$ ./run/install.sh /path/to/install
3232
```
3333

34-
You will be prompted for a few things. First, you will be asked whether to create a barebones 1-node deployment, a barebones 2-node deployment, or a marginalia search like install.
34+
You will be prompted for a few things. First, you will be asked whether to create a barebones 1-node deployment, a barebones 2-node deployment, or a marginalia search like install. The barebones variants are for running a general purpose search engine, the latter is for running a mirror of the Marginalia Search Engine (e.g. for development tasks). *If you plan on mixing sideloaded and crawled content, a 2-node deployment is recommended.* You can add additional nodes later, but this is a bit involved.
3535

36-
The barebones variants are for running a general purpose search engine, the latter is for running a mirror of the Marginalia Search Engine (e.g. for development tasks).
37-
38-
If you plan on mixing sideloaded and crawled content, a 2-node deployment is recommended. You can add additional nodes later, but this is a bit involved.
39-
40-
Next you will be asked to create a mariadb user and password. This is used for the database that stores the supplemental data for the search engines.
36+
Next you will be asked to create a mariadb user and password. This is used for the database that stores the supplemental data for the search engine.
4137

4238
Finally, the script will copy the necessary files into the install directory, and create a `docker-compose.yml` file. You can then start the search engine with `docker-compose up -d`.
4339

0 commit comments

Comments
 (0)