Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 519 Bytes

File metadata and controls

22 lines (17 loc) · 519 Bytes

To get a dev version working locally:

  • git clone git@github.com:JonSEng/gp-taskmanagement.git

  • cd gp-taskmanagement

  • make server

… and you’re all set!

Helper commands:

  • To reset DB locally:

    • make server

  • To get Heroku to reset its schema:

    • heroku run rake db:schema:load

  • To inspect current state of Rails DB:

    • rails console

  • To view all Rails routes:

    • rake routes

  • To generate documentation:

    • rake doc:app