-
Notifications
You must be signed in to change notification settings - Fork 6
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 tools and workflow
- API
- Neo4j-powered
- Postgres-powered
- Data
- Internationalization
- General information
- Developer tools and workflow
- Project structure overview
- Frontend vs. Backend Templates
- Backbone.js app structure
- Internationalization for JS
- Guidelines for creating content
- Adding a locale to Phaidra
- Postgres Database
- Neo4j
- Django
- "The server"
- Git
- UI