Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.
/ gims Public archive

Global Information Management System

License

Notifications You must be signed in to change notification settings

Ecodev/gims

Repository files navigation

GIMS

Master: Build Status Scrutinizer Code Quality Code Coverage

Develop: Build Status Scrutinizer Code Quality Code Coverage

Introduction

GIMS application using the ZF2.

Installation

  1. The recommended way to get a working copy is the following:
./bin/install_dependencies.sh
./vendor/bin/phing build
  1. Create a database in MariaDB named "gims"
  2. Configure database in config/autoload/local.php
  3. Set up a virtual host to point to htdocs/ directory

Testing

Full testing can be executed via Phing. This WILL DESTROY existing database:

./vendor/bin/phing test

See detailed informations for advanced usage.