This repository contains the web interface and main control system for the Autohome Project, a Rails-based home automation system.
This will be improved upon later. For now, instructions are as follows:
- Install Ruby 2.1 (developed on 2.1.1 and Rails 3.2)
- Download code (either clone or grab a ZIP)
- Set up to run with your favourite web server method (ie. Apache, Nginx, etc)
- Run
rake db:setup
- ...?
ProfitAutomate!
All Autohome components are dual-licenced. For most people, Autohome and all of its components are licenced under the GNU GPL v3. For use in commercial products, another license applies. Please contact us for more information.
Autohome Web Components
Copyright (C) 2013-2014 Brian Turchyn
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.