kemonine
/
lollipopcloud
Archived
1
0
Fork 0

Add note about the plume search index unlock

This commit is contained in:
KemoNine 2019-03-09 21:15:35 +00:00
parent b7edc6a5e4
commit 1be9da982b
No known key found for this signature in database
GPG Key ID: 3BC2928798AE11AB
1 changed files with 10 additions and 0 deletions

View File

@ -51,3 +51,13 @@ chmod a+x plume.sh
```
Simply execute ```/root/plume.sh``` to update/run Plume.
# Fix / Unlock search index
``` bash
docker run --network docker-private -v /var/plume/static/media:/app/static/media -v /var/plume/.env:/app/.env -v /var/plume/search_index:/app/search_index --rm -it --entrypoint /bin/bash registry.lollipopcloud.solutions/arm64v8/plume
RUST_BACKTRACE=1 plm search unlock
```