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
.