From 29a3d8fba73831cb0e11b0797ecfd25c0735e5c8 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 20 Mar 2020 23:37:20 +0100 Subject: Updated CHANGELOG and README. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9c042237..1afe18a6 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit