Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sitsaz/9b2f8245f2f73d4939fdd65690c744cc to your computer and use it in GitHub Desktop.
Save sitsaz/9b2f8245f2f73d4939fdd65690c744cc 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