Skip to content

dannielle/tw_ac_vagrant_workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Puppet Workshop

Steps to setup

1) download and install vagrant

2) vagrant plugin install vagrant-librarian-puppet

3) start vagrant

$vagrant up
$vagrant ssh
$cd /vagrant/app
$bundle install
$rake dbcreate
$rspec spec
$ruby lib/run_app.rb

#go to functional tests
$rspec spec

3) local machine

run db tests run persistance tests open browser to http://localhost:4567

About

build an environment for the app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published