- Install dependencies in
requirements.txt
- Download the
bricksql
binary from https://github.com/gtfierro/reasonable/releases/tag/conix-v1 and theBrick.n3
file and put them in the same directory. (You will probably need to make the it executable:chmod +x bricksql
- Run
bricksql
:RUST_LOG=info ./bricksql
(you will need to removetest.db
if you restartbricksql
for a different building) - Initialize the databases using a config file:
python initialize.py configs/ciee.yml
- Start the fault dashboard
python app.py configs/ciee.yml
- Visit http://localhost:8081