Fix [full] install instructions

master
pictuga 2021-11-23 20:09:52 +01:00
parent 4dd77b4bcc
commit 53fd97651e
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ pip install git+https://git.pictuga.com/pictuga/morss.git
Full installation (including optional dependencies)
```shell
pip install git+https://git.pictuga.com/pictuga/morss.git#[full]
pip install git+https://git.pictuga.com/pictuga/morss.git#egg=morss[full]
```
The full install includes mysql, redis and diskcache (possible cache backends).
@ -120,7 +120,7 @@ write_files:
runcmd:
- update-ca-certificates
- pip install git+https://git.pictuga.com/pictuga/morss.git#[full] gunicorn gevent
- pip install git+https://git.pictuga.com/pictuga/morss.git#egg=morss[full] gunicorn gevent
- gunicorn --bind 0.0.0.0:${PORT:-8000} --workers 4 --worker-class=gevent --preload --access-logfile - morss
```