diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-20 23:37:20 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-20 23:37:20 +0100 |
commit | 29a3d8fba73831cb0e11b0797ecfd25c0735e5c8 (patch) | |
tree | 41bc7b4200225d512eb991b7d9e098d3e4de15be /README.md | |
parent | Updated docker file. (diff) | |
download | newspipe-29a3d8fba73831cb0e11b0797ecfd25c0735e5c8.tar.gz newspipe-29a3d8fba73831cb0e11b0797ecfd25c0735e5c8.tar.bz2 newspipe-29a3d8fba73831cb0e11b0797ecfd25c0735e5c8.zip |
Updated CHANGELOG and README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -36,6 +36,8 @@ https://lists.sr.ht/~cedric/newspipe Newspipe is really easy to deploy. +### Manual deployment + Assuming you have already installed ``git``, ``npm``, ``poetry``, and ``Python >= 3.8``, you just have to do the following: @@ -65,12 +67,17 @@ $ export Newspipe_CONFIG=postgresql.py For production you can use [Gunicorn](https://gunicorn.org) or ``mod_wsgi``. -For development, you can use Docker: +### Deployment with Docker ```bash +$ git clone https://git.sr.ht/~cedric/newspipe +$ cd newspipe/ $ docker-compose up ``` +The login will be *admin* and the password *password*. + + ## License [Newspipe](https://git.sr.ht/~cedric/newspipe) is under the |