Skip to content

kimito/vagrant_try_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

This is Vagrant environment for trying Ruby on Rails. Once this environment is installed, you can try rails to type "rails new [application name]" immediately.

Requirement

To use this environment, you have to install softwares below.

Getting Started

  1. Clone this:

    git clone git@github.com:kimito/vagrant_try_rails.git

  2. cd to cloned directory.

cd vagrant_try_rails

  1. Kick vagrant environment.

vagrant up

  1. Wait a while

on my computer, it takes about 10 minutes.

  1. Login into the environment.

vagrant ssh

  1. Try Ruby on Rails.

rails new new_application

When finished, vagrant suspend(use later) or vagrant destroy `

See Also

How to control Vagrant

About

vagrant environment for trying ruby on rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages