1,241
edits
Ryansnyder (talk | contribs) |
|||
| Line 71: | Line 71: | ||
* Please record username / password in this ticket. | * Please record username / password in this ticket. | ||
== | == HTTP / HTTPS == | ||
* | * Both HTTP and HTTPS are required this site. | ||
== Code Repository == | == Code Repository == | ||
| Line 85: | Line 85: | ||
* Update settings values accordingly. | * Update settings values accordingly. | ||
* Set DEBUG to False in settings_local.py. | * Set DEBUG to False in settings_local.py. | ||
</code> | |||
== Cron == | |||
* bin/update_site.py -e stage | |||
** frequency? | |||
== Production Server Ticket == | |||
<code> | |||
(This is a placeholder to create a production instance for this project.) | |||
Please create a production instance for {Website Name}. | |||
== Language == | |||
* Language: Python | |||
* Framework: Django | |||
== URL == | |||
* Production URL: {URL} | |||
== HTTP / HTTPS == | |||
* Both HTTP and HTTPS are required this site. | |||
== VPN == | |||
* The /admin section should be accessible only via SSL VPN. | |||
== Code Repository == | |||
* Github Repo: {URL} | |||
* Setup Github to auto-update every 5 minutes. | |||
== Database == | |||
* This site requires a MySQL database. | |||
== Settings == | |||
* cp settings_local.py-dist settings_local.py | |||
* Update settings values accordingly. | |||
* Set DEBUG to False in settings_local.py. | |||
== Cron == | |||
* bin/update_site.py -e prod | |||
** frequency? | |||
</code> | </code> | ||
edits