You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Procfile should list web, reset_db, and update_db. This match the three instructions described in the README.
Create a Heroku app and a database. The code "should" work with PostGres, and should pick up DATABASE_URL and PORT. None of this has been tested.
git push and test.
First implement #1. The app doesn't reveal FERPA or PII information, or anything that's not already discoverable, but it does make it more discoverable.
The text was updated successfully, but these errors were encountered:
Deploy to Heroku:
web
,reset_db
, andupdate_db
. This match the three instructions described in the README.git push
and test.First implement #1. The app doesn't reveal FERPA or PII information, or anything that's not already discoverable, but it does make it more discoverable.
The text was updated successfully, but these errors were encountered: