Go to file
slice d4e280a563
add ws reconnection logic
2018-07-13 19:11:50 -07:00
docs docs/streaming: proof-read from @slcx 2018-07-11 18:32:42 -03:00
elstat Add streaming API documentation 2018-07-11 18:23:47 -03:00
priv/frontend add ws reconnection logic 2018-07-13 19:11:50 -07:00
.gitignore remove elixir code 2018-07-07 19:06:32 -03:00
README.md README: add config instruction 2018-07-09 02:51:41 -03:00
__init__.py move blueprints inside elstat folder 2018-07-11 17:00:39 -03:00
config.example.py add public api 2018-07-09 02:48:44 -03:00
requirements.txt add base for python elstat 2018-07-07 19:46:28 -03:00
run.py move blueprints inside elstat folder 2018-07-11 17:00:39 -03:00

README.md

Elstat

Status page software.

Installing

git clone https://gitlab.com/elixire/elstat
cd elstat
python3.6 -m pip install -Ur requirements.txt

# edit config.py as you wish
cp config.example.py config.py

Run

python3.6 run.py