Skip to content

Files

Latest commit

b17e91e · May 1, 2015

History

History
15 lines (10 loc) · 392 Bytes

ReadMe.md

File metadata and controls

15 lines (10 loc) · 392 Bytes

Smart Gas Systems

Installation Procedure

  1. cp config-temp.py config.py
  2. virtualenv venv
  3. source venv/bin/activate
  4. 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.