curl -s https://dashboard.wecode.dk/disk-monitor.sh | bash -s ServerName
Install this package by running cloning this repository and install like you normally install Laravel.
- Run
composer installandnpm install yarn - Run
yarnandyarn run devto generate assets - Copy
.env.exampleto.envand fill your values (php artisan key:generate, database, pusher values etc) - Run
php artisan migrate --seed, this will seed a user based on yourBASIC_AUTH.envvalues - Start your queue listener and setup the Laravel scheduler.
- Open the dashboard in your browser, login and wait for the update events to fill the dashboard.
startup LX: sudo nano /ect/xdg/lxsession/LXDE-pi/autostart
This dashboard is tailormade to be displayed on the wall mounted tv in our office. We do not follow semver for this project and do not provide support whatsoever. However if you're a bit familiar with Laravel and Vue you should easily find your way.
For more details on the project, read our article about the setup and components
This project and the Laravel framework are open-sourced software licensed under the MIT license.