Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.87 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.87 KB

Autohome Web

Build Status Coverage Status Ohloh Project

This repository contains the web interface and main control system for the Autohome Project, a Rails-based home automation system.

Installation/Usage

This will be improved upon later. For now, instructions are as follows:

  1. Install Ruby 2.1 (developed on 2.1.1 and Rails 3.2)
  2. Download code (either clone or grab a ZIP)
  3. Set up to run with your favourite web server method (ie. Apache, Nginx, etc)
  4. Run rake db:setup
  5. ...?
  6. Profit Automate!

License

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/>.