Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 1.47 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.47 KB

SmokeDetector-ng

Build Status CircleCI Build status codecov Code Climate Dependency Status

Setup

Retrieve and install depedencies:

git clone --recursive https://github.com/Charcoal-SE/SmokeDetector-ng
cd SmokeDetector-ng

sudo pip3 install -r requirements.txt

Set up the database:

cd bin
python3 create_database.py
cd ..

Fill out the sample config/secrets-sample.json and rename it to config/secrets.json and encrypt it:

cd src
python3 secrets.py ../config/secrets.json

Then start with either python3 daemon.py (restarts after failure) or python3 entry.py.