This is the main Perfmon repository.
This is a personal project to remotely monitor the system-resources of any given linux-based machine i have.
This site is based on Laravel, so it needs to be installed.
For this, composer should be available on the system. If that is not the case please visit this for more information on how to install composer.
The basic deployment requires only these few steps:
-
clone the repository
git clone https://github.com/CapCalamity/perfmon -
install all dependencies
composer install npm install bower install -
compile the resources with gulp / elixir
gulp -
copy the
.env.examplefile to.envand change the values to match your configuration -
run
php artisan key:generateto generate a new key for your application
To function properly there needs to be at least one instance of the perfmon-reporter project running.
To be filled
This Project is licensed under the MIT License.
This project is based on the Laravel PHP Framework.
The Laravel framework is open-sourced software licensed under the MIT license.