Fix [full] install instructions
parent
4dd77b4bcc
commit
53fd97651e
|
@ -57,7 +57,7 @@ pip install git+https://git.pictuga.com/pictuga/morss.git
|
||||||
Full installation (including optional dependencies)
|
Full installation (including optional dependencies)
|
||||||
|
|
||||||
```shell
|
```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).
|
The full install includes mysql, redis and diskcache (possible cache backends).
|
||||||
|
@ -120,7 +120,7 @@ write_files:
|
||||||
|
|
||||||
runcmd:
|
runcmd:
|
||||||
- update-ca-certificates
|
- 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
|
- gunicorn --bind 0.0.0.0:${PORT:-8000} --workers 4 --worker-class=gevent --preload --access-logfile - morss
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue