Skip to content

mjseaman/onprem-redesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8b96926 · Nov 25, 2014
Nov 25, 2014
Apr 6, 2014
Apr 3, 2014
Aug 31, 2013
Aug 31, 2013
Aug 31, 2013
Apr 10, 2014
Aug 31, 2013
May 15, 2014
Apr 23, 2014
Apr 6, 2014
May 13, 2014
Nov 25, 2013
Mar 30, 2014
Mar 31, 2014
Aug 18, 2014
Nov 25, 2013
Nov 25, 2013
Mar 27, 2014

Repository files navigation

#OnPrem Redesign

This is the redesign of the OnPrem website. Please don't use without permission.

##Setup

  • Make sure you have Ruby 1.9.3, Rails ~3.2.13, ImageMagick, the Nokogiri gem including dependencies, and Postgresql installed and running on your machine.
  • Clone this repo.
  • Navigate to the root directory of the app in your terminal and run the following. If you have installation issues it is probably due to one of the dependencies above not being installed correctly.
bundle install
  • Run the following to get your Postgres database up and seeded:
rake db:setup
  • Run the following to start your server:
rails s

Note: if you want to run RSPEC, make sure to run the following to set up your test environment:

rake db:test:prepare

Happy coding!