1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

(docs) Update docs to reflect the change

This commit is contained in:
Viktor Lofgren
2025-07-23 13:18:23 +02:00
parent 62b696b1c3
commit 1e7a3a3c4f
4 changed files with 8 additions and 10 deletions

View File

@@ -31,13 +31,11 @@ A working setup needs at all the services
* control [ http port is the control GUI ]
* query [ http port is the query GUI ]
* index [ http port is internal ]
* executor [ http port is internal ]
Since you will need to manage ports yourself, you must assign distinct ports-pairs to each service.
* An index and executor services should exist on the same partition e.g. index:1 and executor:1. The partition
number is the last digit of the service name, and should be positive. You can have multiple pairs of index
and executor partitions, but the pair should run on the same physical machine with the same install directory.
* An index service should exist on the same partition e.g. index:1. The partition
number is the last digit of the service name, and should be positive.
* The query service can use any partition number.