Updated Vagrant box and associated docs

This commit is contained in:
Gene Liverman 2017-09-20 12:16:08 -07:00
parent c958f5787e
commit e075330b76
No known key found for this signature in database
GPG key ID: DF2861847B55C749
2 changed files with 6 additions and 1 deletions

View file

@ -104,6 +104,11 @@ cp vmpooler.yaml.dummy-example vmpooler.yaml
sudo yum -y install redis
sudo systemctl start redis
# Optional: Choose your ruby version or use jruby
# ruby 2.4.x is used by default
rvm list
rvm use jruby-9.1.7.0
gem install bundler
bundle install
bundle exec ruby vmpooler