Skip to content
This repository was archived by the owner on Jun 15, 2020. It is now read-only.
Lawrence Jiang edited this page Apr 29, 2019 · 11 revisions

Welcome to the judging-portal wiki!

Setup: If you don't have heroku installed, run sudo npm install heroku -g.

Deployment Instructions:

  1. clone repo
  2. heroku create <name-of-app>
  3. heroku addons:create heroku-postgresql:hobby-dev -a <name-of-app>
  4. cat db/heroku.sql | heroku pg:psql -a <name-of-app>
  5. git push heroku master

Additional Info:

  • run cat db/heroku.sql | heroku pg:psql -a <name-of-app> to reset the database
  • run heroku pg:psql -a <name-of-app> to connect to database
Clone this wiki locally