From e86a8bd5f6d04a905dc2f67087178514f714c81c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 11 Mar 2020 23:44:56 +0100 Subject: Simplified deployment section. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 29195db6..dd648333 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ https://lists.sr.ht/~cedric/newspipe Newspipe is really easy to deploy. Assuming you have already installed ``git``, ``npm``, ``poetry``, and -``Python >= 3.8`` (better to use [pyenv](https://github.com/pyenv/pyenv)). +``Python >= 3.8``, you just have to do the following: ```bash $ git clone https://git.sr.ht/~cedric/newspipe @@ -47,11 +47,11 @@ $ poetry shell $ python manager.py db_create $ python manager.py create_admin $ python runserver.py - * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) + * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) ``` If you want to use PostgreSQL you can customize -the provided example configuration file (in ``instance/production.py``): +the provided example configuration file (``instance/production.py``): ```bash $ sudo apt-get install postgresql -- cgit