cp config-temp.py config.py
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
Edit the contents of the config.py file and dump the database SQL file into MySQL database
mysql -u..... -p SmartGas < smart_gas.sql
Prior to this step you have to create a blank database SmartGas
.