elstat/README.md
2018-07-09 02:51:41 -03:00

21 lines
251 B
Markdown

# 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
```