- Install tools
- VirtualBox
- Vagrant
- vagrant-omnibus plugin
- Ruby
- Install Bundler gem
gem install bundler
- Clone
git clone https://github.com/thinkAmi/syakyo_env-ruby.git
- Install gems
cd syakyo_env-ruby
bundle install --path vendor/bundle
- Install Cookbooks
cd syakyo\chef-repo
bundle exec berks install --path cookbooks
- Start
cd ..
vagrant up
- Windows7 x64
- Ruby 2.0.0 (RubyInstaller)
- Vagrant 1.4.3
- vagrant-omnibus 1.3.0
- VirtualBox 4.3.6
- knife-solo 0.4.1
- Berkshelf 2.0.14
- Bundler 1.5.3