Based on the Code for Virginia Beach landing page (http://code4hr.org/)
- Ruby 2.1.2:
$ rbenv install 2.1.2 - Bundler:
$ gem install bundler
$ make run
- Install Virtualbox
- Install Vagrant
- Install Git or GitHub Desktop
git clone https://github.com/friendlycode/homepage.gitcd homepagevagrant up(This will take a while to run the first time)vagrant ssh(This will SSH you into the Vagrant virtual machine)cd /vagrantmake run- Access the homepage with the web browser at http://localhost:4000