Skip to content

PraxentSupport/wercker-box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ubuntu 12.04 PHP 5.4, Ruby 2.0, Node 0.10

Resources

Stars

Watchers

Forks

Packages