forked from tanner/qotnews
Add instructions to download search server
This commit is contained in:
14
searchserver/README.md
Normal file
14
searchserver/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Qotnews Search Server
|
||||
|
||||
Download MeiliSearch with:
|
||||
|
||||
```
|
||||
wget https://github.com/meilisearch/MeiliSearch/releases/download/v0.11.1/meilisearch-linux-amd64
|
||||
chmod +x meilisearch-linux-amd64
|
||||
```
|
||||
|
||||
Run with:
|
||||
|
||||
```
|
||||
MEILI_NO_ANALYTICS=true ./meilisearch-linux-amd64
|
||||
```
|
Reference in New Issue
Block a user