Skip to content

GlobalTechnology/mpd-dashboard-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpd-dashboard-app

MPD Dashboard Application

This repository uses git-flow for feature and release management. All development should be on the develop branch or a fork of it.

Installation on localhost

Clone the repo

git clone -b develop https://github.com/GlobalTechnology/mpd-dashboard-app.git mpd-dashboard-app
cd mpd-dashboard-app

Install Composer and Download PHP Dependencies

curl -sS https://getcomposer.org/installer | php
php composer.phar install

Copy provided config.php to the config directory

cp config.php config/

Install npm, bower and componenets (install bower may require sudo)

npm install -g bower
npm install
bower install

Point your server at the mpd-dashboard-app/src directory as the document root and serve index.php as the entry point to the application.