Update README.md

This commit is contained in:
Alexey Nizhegolenko 2018-10-11 06:27:41 +03:00 committed by GitHub
parent 5c6ddabb77
commit 6dd5e37fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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**. 3) After script will finished you only need to start SystemD service with **systemctl start geostat.service**.
Manually: Manually:
1) Clone the repository. 1) Clone the repository, create environment and install requirements
```sh ```sh
$ cd geostat $ cd geostat
$ virtualenv venv && source venv/bin/activate $ virtualenv venv && source venv/bin/activate
$ pip install -r requirements.txt $ 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 ```sh
$ cp settings.ini.bak settings.ini
$ vi settings.ini $ vi settings.ini
$ cp geostat.service.template geostat.service $ cp geostat.service.template geostat.service
$ vi geostat.service $ vi geostat.service