Skip to content

schmitzoide/vccw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 53.6%
  • Ruby 44.5%
  • Shell 1.8%
  • Perl 0.1%