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

Charcoal-SE/SmokeDetector-ng

Repository files navigation

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.

About

SmokeDetector reboot project.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages