elstat/README.md

25 lines
320 B
Markdown
Raw Permalink 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-07-09 05:51:41 +00:00
# edit config.py as you wish
cp config.example.py config.py
# build frontend
cd priv/frontend
# check instructions on README.md
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
```