Browse Source

Update README.md

pull/1/head
rozetko 6 years ago committed by GitHub
parent
commit
579c929325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      README.md

12
README.md

@ -45,15 +45,15 @@ Possible to install on:
* [git](https://git-scm.com/download/linux)
* [nodejs >= 6.14](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
* [python >= 3.6.5](https://www.python.org/downloads/) with [pip3](https://packaging.python.org/guides/installing-using-linux-tools/#installing-pip-setuptools-wheel-with-linux-package-managers)
* [python == 3.6.х](https://www.python.org/downloads/) with [pip3](https://packaging.python.org/guides/installing-using-linux-tools/#installing-pip-setuptools-wheel-with-linux-package-managers)
#### Installation
```bash
pip3 install -r analytics/requirements.txt
git clone https://github.com/hastic/hastic-server.git
cd ./hastic-server/server
npm install
cd hastic-server
pip3 install -r analytics/requirements.txt
cd server
npm install
npm run build
```
@ -79,7 +79,7 @@ You can also rename `config.example.json` to `config.json` and set your values t
#### Run
```bash
cd ./hastic-server/server
cd hastic-server/server
npm start
```

Loading…
Cancel
Save