Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
/ nest-stats Public archive

An application to record and display information from the nest thermostat

License

Notifications You must be signed in to change notification settings

chawkinsuf/nest-stats

Repository files navigation

nest-stats

An application to record and display information from the nest thermostat

Installation

After clone execute:

CREATE DATABASE IF NOT EXISTS `neststats`;
GRANT ALL PRIVILEGES ON `neststats`.* TO 'neststats'@'localhost' IDENTIFIED BY 'neststats' WITH GRANT OPTION;
php bin/composer.phar update
php artisan migrate:install
php artisan migrate
php artisan db:seed
chgrp www-data -R storage/
chmod g+w -R storage/

About

An application to record and display information from the nest thermostat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published