aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
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
bgstack15