Domotic Management is a domotic panel, written in PHP with Laravel, that helps to manage a domotic installation. It provides several features. See wiki for more details.
(Others will be ready ASAP)
- Get public IP of server
- Create a database
- Fill the data in
.env.example
- Copy
.env.example
to.env
- Run
php artisan migrate
- Run
php artisan db:seed
- Run
npm run dev
Default login data:
- Username:
domotic
- Password:
password
You will be prompt to change these at first login.
All contributes are welcome! See CONTRIBUTING.md for more informations.
Run composer test
.
If you get permission denied
from Phpunit
:
sudo chmod 777 -R vendor
sudo chmod 777 /vendor/phpunit/phpunit/phpunit && chmod +x /vendor/phpunit/phpunit/phpunit
If you use PhpStorm
, you could access to Clover Code Coverage directly to http://localhost:63342/domotic-management/logs/clover/index.html