/gims

Global Information Management System

Primary LanguageJavaScriptMIT LicenseMIT

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.