Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Ministry View Reports PHP wrapper

Notifications You must be signed in to change notification settings

CruGlobal/ministry-view-app

Repository files navigation

ministry-view-app

Ministry View Reports Application

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

Installation on localhost

Clone the repo

git clone -b staging --recursive https://github.com/CruGlobal/ministry-view-app.git ministry-view-app
cd ministry-view-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)

cd app
npm install
bower install
./node_modules/.bin/gulp

Point your server at the ministry-view-app directory as the document root and serve index.php as the entry point to the application.

About

Ministry View Reports PHP wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published