This project meant to be used for various purpose, but currently acts a front-end to otis_service (home-monitoring) https://github.com/engdan77/otis_service
-
Follow instrunctions found on http://web2py.com/books/default/chapter/29/13/deployment-recipes to install Web2Py framework
-
Enter "application" folder and retrieve source from github
# git clone https://github.com/engdan77/otis_web.git
- Adjust the modules/edoConf.py to reflect your database and URL's
# vim modules/edoConf.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from gluon import *
db_AH = 'mysql://user:[email protected]/otis_service'
mail_settings_sender = '[email protected]'
mail_settings_login = '[email protected]:yyyyyy'
otis_web_url = "http://xxxx/"
response_meta_author = 'Daniel Engvall <[email protected]>'