From c59dcb0b7dedd9cb89482ea041edd96f2fde316d Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Thu, 28 Apr 2016 17:25:27 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 74affc1..292f470 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ ## Installation ```bash ./install.sh +systemctl daemon-reload +systemctl enable mongodb systemctl enable uwsgi-ffmap systemctl enable uwsgi-tiles-links_and_routers systemctl enable uwsgi-tiles-hoods +systemctl start mongodb systemctl start uwsgi-ffmap systemctl start uwsgi-tiles-links_and_routers systemctl start uwsgi-tiles-hoods