Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.08 KB

railsgirls_machine

Complete dev machine for Rails Girls via Vagrant and Puppet

This box used in Rails Girls New Orleans Local Event site RailsGirlsNola.com

TO INSTALL:

  • Download and Install Virtual Box platform package for your particular Operating System - LINK
  • Download and Install Vagrant - LINK
  • Download this repository of files - LINK
    • Unzip these files; it will create a folder called railsgirls_machine
    • Create a folder called railsgirls at the same level as the railsgirls_machine folder (that you just unzipped)
  • Open Terminal / Command Prompt and navigate to the directory you downloaded (See Guides::Find Terminal and Command Prompt for help)
  • type vagrant up

Additional install directions can be found on the Rails Girls Resources Page