Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 879 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 879 Bytes

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