vagrant env with serverspec for rails
this box include
- Rails
- SQLite
- Git
- Redis
- Imagemagick
- Vagrant
- VirtualBox(or other VM provider)
- vagrant-vbguest(if virtualbox)
- SSH-client(if windows)
$ git clone https://github.com/SaxtonDrey/rails_dev32.git
$ vagrant up
$ vagrant ssh
$ cd rails
$ rails new sample
$ rails s -b 0.0.0.0
and go to http://localhost:3000
(if you are using windows, use SSH-client like PuTTY insted of $ vagrant ssh
)
guest: ~/rails
host: ./rails