From 6dd5e37fae5b19fe0f7a9f09cd3867a78cb85c38 Mon Sep 17 00:00:00 2001 From: Alexey Nizhegolenko Date: Thu, 11 Oct 2018 06:27:41 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 593694f..a65b38d 100644 --- a/README.md +++ b/README.md @@ -41,15 +41,15 @@ Using install.sh script: 3) After script will finished you only need to start SystemD service with **systemctl start geostat.service**. Manually: -1) Clone the repository. +1) Clone the repository, create environment and install requirements ```sh $ cd geostat $ virtualenv venv && source venv/bin/activate $ pip install -r requirements.txt -$ cp settings.ini.bak settings.ini ``` -2) Modify **settings.ini** & **geostat.service** files. +2) Modify **settings.ini** & **geostat.service** files and copy service to systemd. ```sh +$ cp settings.ini.bak settings.ini $ vi settings.ini $ cp geostat.service.template geostat.service $ vi geostat.service