Skip to content

Pushing to Production

mlent edited this page Nov 23, 2014 · 1 revision

When updating the production server, be sure to keep in mind the Postgres database password.

BEFORE PULLING Open phaidra/settings.py and copy out the Postgres password into a text file.

Pull from origin/master. Open phaidra/settings.py and paste back in the Postgres password.

A procedure should be put in to place to ensure the security of the user table in the postgres database, so that its information is not pushed to github.

Developer Guide

Backend

Frontend

Content Guide

What did you break?

  • Postgres Database
  • Neo4j
  • Django
  • "The server"
  • Git
  • UI
Clone this wiki locally