Skip to content

1000k/rails_sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Sandbox

Quickly set up the Ruby on Rails environment using Vagrant.

Usage

  1. Install Vagrant >= 1.2.
  2. vagrant plugin install vagrant-berkshelf
  3. git clone git@github.com:1000k/rails_sandbox.git
  4. cp Vagrantfile.default Vagrantfile
  5. Edit variables in Vagrantfile.
  6. vagrant up

Now you have the VM. Create RoR app with the following code:

$ rbenv exec rails new path/to/app

Troubleshooting

bundle commands is too slow

It will be bug of RHEL/CentOS 6.x. Try add options single-request-reopen to your /etc/resolv.conf.

ref: Slow networking (due to IPv6?) on CentOS 6.x · Issue #1172 · mitchellh/vagrant

About

Quickly set up the Ruby on Rails environment using Vagrant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages