@ -79,7 +88,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
```
@ -103,8 +112,8 @@ docker run -d \
### Changelog
### [0.2.0-alpha] - Not released yet
> NOTE: hastic-panels of older versions are not supported
### [0.2.0-alpha] - 2018-09-03
> NOTE: hastic-panels of versions older than 0.2.0 are not supported
#### Added
- Return version of server [#66](https://github.com/hastic/hastic-server/issues/66)
@ -117,6 +126,10 @@ docker run -d \
- Analytics wont start in production mode [#77](https://github.com/hastic/hastic-server/issues/77)
- Basic creation of analytic unit fails [#79](https://github.com/hastic/hastic-server/issues/79)
- Missing communication between analytics and server in production [#91](https://github.com/hastic/hastic-server/issues/91) - thx [@petrk94](https://github.com/petrk94) for [bugreport](https://github.com/hastic/hastic-server/issues/90)
- Server is stopping only after second Ctrl-C [#96](https://github.com/hastic/hastic-server/issues/96)