Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 703 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 703 Bytes

Server statistics project - Laravel, Bootstrap

Using API to retrive values from different server and the result listed in Line Graph

Installation

  1. Clone this project(git clone https://github.com/bincygijo/server-stat.git) or Download that ZIP file
  2. Create a database, change .env file in root adding database details in respective variables
  3. On the command prompt run the following commands
  • cd project-directory
  • Set permission 777 for storage
  • composer install
  • php artisan cache:clear
  • composer update
  • php artisan migrate

System requirements

  1. Install composer
  2. Please check the dependencies to run laravel http://laravel.com/docs/5.1#installation

Thanks