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.git
cd homepage
vagrant up
(This will take a while to run the first time)vagrant ssh
(This will SSH you into the Vagrant virtual machine)cd /vagrant
make run
- Access the homepage with the web browser at http://localhost:4000