elstat/README.md

18 lines
190 B
Markdown
Raw Normal View History

2018-06-10 21:02:34 +00:00
# Elstat
2018-07-07 22:46:28 +00:00
Status page software.
2018-06-10 21:02:34 +00:00
2018-07-07 22:46:28 +00:00
## Installing
2018-06-10 21:02:34 +00:00
2018-07-07 22:46:28 +00:00
```
git clone https://gitlab.com/elixire/elstat
cd elstat
python3.6 -m pip install -Ur requirements.txt
2018-06-10 21:02:34 +00:00
```
2018-07-07 22:46:28 +00:00
## Run
2018-06-10 21:02:34 +00:00
2018-07-07 22:46:28 +00:00
```
python3.6 run.py
```