Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 918 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 918 Bytes

Astonish Design Standard Wercker Box

wercker status

Provisioned with Ansible

Includes:

  • nodejs
  • grunt-cli
  • ruby2.2.8
  • bundler
  • bower
  • php55
  • composer
  • phpunit
  • mongoDB
  • phantomjs
  • java
  • MySQL

To test and build locally, use Vagrant:

Set up the test box

  • cd into a sandbox directory mkdir ../sandbox; cd ../sandbox
  • Create a new vagrant repository with vagrant init
  • Copy provision.yml cp ../wercker-box provision.yml .
  • edit 'hosts' on line two to be 'all':
   - hosts: all
     remote_user: vagrant
  • Run vagrant up

Make changes and have them applied

  • Make changes to the provision.yml file
  • Run vagrant provision
  • Check out the box with vagrant ssh