/building-oregon

Primary LanguageRubyGNU General Public License v2.0GPL-2.0

#Building Oregon

Building Oregon is a mobile-centric web application which is intended for discovery of architecture in the Pacific Northwest.

#To install

git clone https://github.com/osulp/building-oregon.git

One thing to double check is your ruby version. Make sure you are using Ruby version 2.2.1.

cd building-oregon
bundle install
rake db:migrate

This application uses Jettywrapper from the samvera community.

rake jetty:clean
rake jetty:config

If these commands dont work. Make sure jettywrapper is installed and then prepend bundle exec to the commands.

bundle exec rake jetty:clean
bundle exec rake jetty:config

Then if you would like to load in the pre-existing data, run:

rake data:mock

Then lastly,

rails s

#Acknowedgements

BrowserStack

The development team uses BrowserStack for browser compatibility testing of Building Oregon