Skip to content

Instantly share code, notes, and snippets.

@tsykoduk
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsykoduk/833d188f7520123b5f30 to your computer and use it in GitHub Desktop.
Save tsykoduk/833d188f7520123b5f30 to your computer and use it in GitHub Desktop.
  • Get virtualization software (we recommend Virtual Box https://www.virtualbox.org unless you have a VMWare or other license. These directions depend on the default Virtual Box)
    • Install it
  • Get Vagrant from http://vagrantup.com
    • Install it
  • If you are on Windows, install git from http://msyspit.github.io
    • Make sure that you choose Use Git from Windows Command Prompt
  • If you are on Windows run the following commands from with in a git bash prompt. If you are on Mac or Linux, just use a command prompt
  • Make a directory for your vagrant boxes (ie, mkdir Vagrants) and change directory into it
  • Make a directory for your rails install (ie, mkdir Rails) and change directory into it
  • Get this file https://gist.github.com/tsykoduk/8030d842084deb7ed7a4 and put it into a file called Vagrantfile in your Rails directory
  • Run vagrant up to set it up
  • Use vagrant ssh to access the machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment