ecf6234cfe
Since this is a change to the table schema for all services using the ping adapter, you will have to delete the tables relating to them. - elstat.blueprints: add incidents blueprint (WIP) - elstat.blueprints: add decorators.py - elstat.blueprints: add errors.py - elstat.manager: add incidents & incident_stages tables - run: add handler for ApiError
24 lines
320 B
Markdown
24 lines
320 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
|
|
|
|
# build frontend
|
|
cd priv/frontend
|
|
# check instructions on README.md
|
|
```
|
|
|
|
## Run
|
|
|
|
```
|
|
python3.6 run.py
|
|
```
|