Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 596 Bytes

README.rdoc

File metadata and controls

28 lines (21 loc) · 596 Bytes

README

Ruby version

  • 2.0.0-p451

System dependencies

  • Rails 4.0.4

  • SQLite

  • WEBrick

Configuration

  • run bundle install to load all needed Gems

Database creation

  • run rake db:create && rake db:migrate

Deployment instructions

  1. Clone from github:psulightning/data-engineering

  2. Run bundle install to obtain latest gems

  3. Run rake db:create && rake db:migrate

  4. Run rails s to start WEBrick on localhost:3000

  5. Open your favorite browser and start uploading!

Tested Browsers

  • IE 11 (Windows 7)

  • Chrome 33 (Mac Mavericks)

  • Safari 7 (Mac Mavericks)