Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.02 KB

README.md

File metadata and controls

11 lines (8 loc) · 1.02 KB

This is a demo environment put together for the blog post Using Cucumber For Testing Operations Tickets.

Requirements

You will need Vagrant installed. As written, you will also need VirtualBox installed. (If you instead use the VMware integration methods for Vagrant, you can edit Vagrantfile accordingly.)

#To Use

  1. Download the base box ithiriel-CentOS-6.4-i386-20130714.box.
  2. Import the base box: vagrant box add ithiriel-CentOS-6.4-i386-20130714.box
  3. Start the environment: vagrant up

If desired, you can instead build the box using the definitions found in my vagrant-base-boxes git repo. You should also be able to use any other CentOS 6.x base box but I haven't tested it. If you use a different base box, import that box and edit Vagrantfile accordingly.