diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -65,6 +65,11 @@ $ export Newspipe_CONFIG=postgresql.py For production you can use [Gunicorn](https://gunicorn.org) or ``mod_wsgi``. +For development, you can use Docker: + +```bash +$ docker-compose up +``` ## License |