No description
9c2dbeaf59
- change all ISO timestamp strings to unix timestamps - add patch_incident and new_stage - streaming: remove INC_UPDATE_STAGE - manager: change primary key on instance_stages table This requires a table change across all elstat instances, since we changed the primary key on instance_stages. |
||
---|---|---|
docs | ||
elstat | ||
priv/frontend | ||
.gitignore | ||
__init__.py | ||
config.example.py | ||
README.md | ||
requirements.txt | ||
run.py |
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
# build frontend
cd priv/frontend
# check instructions on README.md
Run
python3.6 run.py