Skip to content

Latest commit

 

History

History
executable file
·
35 lines (30 loc) · 790 Bytes

README.md

File metadata and controls

executable file
·
35 lines (30 loc) · 790 Bytes

Meetspire

Based on PHP, ZF2, bootstrap.

Requirements

This project was developed using:

  • Ansible 1.7.1
  • Vagrant 1.6.3
  • Node 0.10.24

Installation

To install this project please run:

vagrant up
php composer.phar install
npm install
grunt build
grunt watch
vendor/bin/doctrine-module orm:schema-tool:update --force

The project uses less to compile stylesheets. There are two ways to compile the css code from less:

  • grunt build builds the css one time
  • grunt watch watches for filechanges in assets/less and builds the css on a filechange

Tests

Codeception is used for acceptance testing. To run Codeception, make sure you have installed the dev dependencies through composer and run:

./vendor/bin/codecept run