VagrantRails is a Vagrant development environment for creating Rails apps. You'll need Vagrant installed to use VagrantRails.
Setting up couldn't be simpler, though depending on the speed of your internet connection, provisioning may take some time.
- Download or clone the repository.
- Navigate to the VagrantRails directory in your command line and run
vagrant up
. cd railsApp
, and runrails server
, then point your browser tohttp://localhost:3000
.- That's all folks!
- RVM
- Ruby 2.0.0
- Rails 4.0.0
- sqlite
- Bundler
- GIT