Skip to content

Instantly share code, notes, and snippets.

@eduffield222
Last active August 28, 2021 17:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save eduffield222/2ea6e85b5fe002f8a8c963dd52feef62 to your computer and use it in GitHub Desktop.
Save eduffield222/2ea6e85b5fe002f8a8c963dd52feef62 to your computer and use it in GitHub Desktop.
Assuming the username of the Ubuntu user is "ubuntu".
Preparation
-----------
```
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install mysql-server libmysqlclient-dev
```
Download sentinel source code
----------------------------
```
cd ~
git clone https://github.com/evan82/sentinel.git
Setup Configuration & Database
-----------------------------------
```
cd sentinel
cp config.py.example config.py
vim config.py
mysql < database/001.sql
```
Run Sentinel
-----------------------------------
```
./sentinel-cli
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment