rynagash / vccw

Vagrant + Chef + WordPress

Home Page:http://vccw.cc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VCCW

This is a Vagrant configuration designed for development of WordPress plugins, themes, or websites.

To get started, check out http://vccw.cc/

Configuration

  1. Copy provision/default.yml to site.yml.
  2. Edit the site.yml.
  3. Run vagrant up.

Note

  • The site.yml has to be in the same directory with Vagrantfile.
  • You can put just difference to the site.yml.

Contribute

Setting up

  1. Clone this git repository on your local machine.
  2. Run bundle install to fetch all dependencies.

Running and writing tests

There is automated tests using Serverspec.

The tests files are in the spec/ directory.

Before running the serverspec tests, you'll need some dependencies.

$ bundle install --path=vendor/bundle

Then to run the tests, just execute following.

$ bundle exec rake spec

About

Vagrant + Chef + WordPress

http://vccw.cc/

License:MIT License


Languages

Language:HTML 53.2%Language:Ruby 44.8%Language:Shell 1.8%Language:Perl 0.1%