Browse Source

Update README.md

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

3
README.md

@ -44,6 +44,7 @@ You can export following environment variables for hastic-server to use:
Example of running hastic-server on Debian / Ubuntu host:
```
$ git clone https://github.com/hastic/hastic-server.git
$ export HASTIC_API_KEY=<your_grafana_api_key>
$ export HASTIC_PORT=<port_you_want_to_run_server_on>
# apt-get install python3 \
@ -59,7 +60,7 @@ $ pip3 install scipy
$ pip3 install tsfresh
$ curl -sL https://deb.nodesource.com/setup_9.x | bash -
# apt-get update && apt-get install -y nodejs
$ cd server
$ cd hastic-server/server
$ npm install && npm run build
$ npm start
```

Loading…
Cancel
Save