/bdd-demo-petition-website

Demo application for BDD presentation

Primary LanguagePHP

#Demo Project: Petition Website

##Requirements

  1. librarian-chef is installed (tested with v.0.0.2) ($ gem install librarian-chef)
  2. vagrant is installed (tested with v.1.3.4) (http://downloads.vagrantup.com)
  3. vagrant-omnibus extension is installed (tested with v.1.1.1) ($ vagrant plugin install omnibus)

##Installation Instructions

  1. Install dependencies in chef: $ cd tools/chef && librarian-chef install
  2. Build virtual machine: $ cd ../vagrant && vagrant up
  3. Switch to virtual machine shell: $ vagrant ssh
  4. Install dependencies in composer: $ cd /mnt/demo-petition-website and composer install

P.S. Don't forget to add host demo-petition-website.development.local into hosts file on your machine, where you host vm