You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
- adapters: add debug info on ping errors |
5 years ago | |
---|---|---|
docs | 5 years ago | |
elstat | 5 years ago | |
priv/frontend | 5 years ago | |
.gitignore | 5 years ago | |
.gitlab-ci.yml | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
__init__.py | 5 years ago | |
config.example.py | 5 years ago | |
requirements.txt | 5 years ago | |
run.py | 5 years ago | |
status.json | 5 years ago |
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
# build frontend
cd priv/frontend
# check instructions on README.md
Run
python3.6 run.py