Home - mo-dgc/Tent-Controller GitHub Wiki
Grow Tent Management and Control System
Installation
- Install GT:MCS
- Install anything you need for ZeroConf on your local machine
Getting started
- Log into your pi via SSH or console (depending on your setup).
- Create the default database and generate a username and password for your admin account:
~ $ cd gtmcs ~/gtmcs $ bin/defaults.py Enter username for administrator account: admin Enter password for admin: [does not echo] Retype password: [does not echo] Created admin account. ~/gtmcs $
- From a web browser you should now be able to login using
http://[hostname].local/
- Log in using the username and password you specified above in Step 1. You should be redirected to the overview page.