This is a PHP+MySQL web application that allows the remote configuration of laboîte devices connected to Internet.
- Install a LAMP server
- Fork this repo
- Clone it to your
/var/www/
directory - Import the database by using this command (please use this SQL dump):
$ mysql -u root -p <your_password> <your_database_name> < laboite-webapp.sql
- Create a user by typing [http://<ip_adress_of_your_server>/signup])(http://www.laboite.cc/signup) in your web browser
- Plug one of your device and enjoy a freshly-brewed coffee !
The code is released under The Affero General Public License version 3. http://www.gnu.org/licenses/agpl-3.0.en.html