Skip to content

SaxtonDrey/rails_dev32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rails_dev32

vagrant env with serverspec for rails

this box include

  • Rails
  • SQLite
  • Git
  • Redis
  • Imagemagick

Premise

  • Vagrant
  • VirtualBox(or other VM provider)
  • vagrant-vbguest(if virtualbox)
  • SSH-client(if windows)

usage

$ 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)

synced_folder

guest: ~/rails

host: ./rails

About

vagrant env for rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages