Developer's bitbucket activities are going to be written as Activity
on specified Trello Card
Step 1. Setup virtualenv and required environments.
virtualenv env
source env/bin/activate
Step 2. Configuration.
Check the sample configuration file.
Step 3. Run server.
python alertserver/server.py
pytest alertserver/test_server.py