Skip to content

Deployment to Production

Sterly Deracy edited this page Apr 29, 2023 · 3 revisions

Instructions

  1. You need to go to manage.py and change dev to prod.
  2. You will need to change the database credentials so that it can update the heroku db
  3. The setup script we are about to run will need that to fetch and attach permissions to you
  4. In your shell, make sure you are in the halo parent directory.
  5. cd setup/
  6. sh run_clickstart.sh
Clone this wiki locally