Hi all,
You have found the Atom-Group repository. CONGRATS!!!
We use Vagrant with Puppet provisioning to build and test our code in a virtual environment. Execute the following steps to get up and running.
-
Install Vagrant from RubyGems:
$ gem install vagrant
-
Clone the repository:
$ git clone git://github.com/doodles526/Atom-Group.git
$ cd Atom-Group
-
Spin up a VM (note: the vm will start in the background):
$ vagrant up
-
Access the VM directly:
$ vagrant ssh