Skip to content

garethrees/vagrant-ruby-dev-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Ruby Development VM

Vagrant VM to develop Ruby code against.

Uses:

  • Ubuntu 16.04
  • rbenv
  • ansible

Configuration Options

  • RUBYDEV_IP: Private network IP of the VM
  • RUBYDEV_MEMORY: Memory allocated to the VM
  • WORKON: Code directory shared in to the VM

Example

# Host
$ WORKON=/Users/gareth/Code/readingtime vagrant up
$ vagrant ssh

# Guest
$ cd /code/readingtime
$ bundle && bundle exec rake

About

Vagrant VM to develop Ruby code against

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages