Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 560 Bytes

prev_README.markdown

File metadata and controls

22 lines (14 loc) · 560 Bytes

CSCE-606 Project: Faculty Reports

Build Status

To get started, clone the repo and then:

If working in cloud9:

  • bundle install

  • rake db:migrate

  • rake db:seed

    • rails server -p $PORT -b $IP

If deploying in Heroku:

  • heroku create

  • git push heroku master

  • heroku run rake db:migrate

  • heroku run rake db:seed

    • https://peaceful-lake-36541.herokuapp.com/ or whatever