elstat/README.md
2018-07-07 19:46:28 -03:00

17 lines
190 B
Markdown

# Elstat
Status page software.
## Installing
```
git clone https://gitlab.com/elixire/elstat
cd elstat
python3.6 -m pip install -Ur requirements.txt
```
## Run
```
python3.6 run.py
```