From a7bbd79cf32181c4f4ab593186ceea1025d1de66 Mon Sep 17 00:00:00 2001 From: HipsterCat Date: Fri, 30 Nov 2018 21:57:13 +0100 Subject: [PATCH] Updated README for Docker instructions (thank you @kmlucy) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 718566e..db6f656 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ HRSS is an application that allows you to transform any website into a RSS feed. [Because we all love demos.](https://hrss.hipstercat.fr) -# Installation +# Installation (native) 1. Make sure you have Python3 installed and virtualenv. 2. Clone this repo for unstable branch, or download [latest release](https://hipstercat.fr/gogs/hipstercat/hrss/releases). @@ -36,4 +36,7 @@ HRSS is an application that allows you to transform any website into a RSS feed. 4. `bin/activate && pip3 install -r requirements.txt` to install dependencies. 5. `python3 manage.py migrate` to apply latest DB migrations (and create the H2 database file). 6. `python3 manage.py runserver` to run the integrated webserver (not suitable for production use - even though you should not use HRSS in a production environnement at all until it is considered stable anyway). Use uWSGI to run it in a production environnement. - \ No newline at end of file + +# Installation (Docker) + + Use https://github.com/kmlucy/docker-hrss nicely made by [kmlucy](https://github.com/kmlucy). \ No newline at end of file