1,241
edits
Ryansnyder (talk | contribs) |
Ryansnyder (talk | contribs) |
||
| Line 99: | Line 99: | ||
== Stage Server Ticket == | == Stage Server Ticket == | ||
Copy the following text into the stage server ticket and update accordingly. | |||
< | <nowiki> | ||
(This is a placeholder to create a stage instance for this project.) | |||
Please create a stage instance for {Website Name}. | |||
== Date Needed By == | |||
* 2011/01/01 | |||
== Language == | |||
* Language: Python | |||
* Framework: Django | |||
* Base: Playdoh | |||
== URL == | |||
* Production URL: {URL} | |||
* Stage URL: {URL} | |||
== HTTP Auth == | |||
* HTTP Auth is required to access this site. | |||
* Please record username / password in this ticket. | |||
== HTTP / HTTPS == | |||
* Both HTTP and HTTPS are required this site. | |||
== Code Repository == | |||
* Github Repo: {URL} | |||
* Github Vendor Repo: {URL} | |||
** Setup Github to auto-update every 5 minutes. | |||
* SVN Localization Repo: {URL} | |||
** Setup SVN to auto-update every 15 minutes. | |||
== Database == | |||
* This site requires a MySQL database. | |||
== Other Services == | |||
* Note Any other dependencies and to look in settings_local.py-dist. | |||
** Responsys | |||
** Memcache | |||
== 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 stage | |||
** frequency? | |||
</ | </nowiki> | ||
== Production Server Ticket == | == Production Server Ticket == | ||
edits