Webdev:Flux:Steward Guidelines: Difference between revisions

Jump to navigation Jump to search
Line 99: Line 99:


== Stage Server Ticket ==
== Stage Server Ticket ==
Copy the following text into the stage server ticket and update accordingly.


<code>
<nowiki>
(This is a placeholder to create a stage instance for this project.)
(This is a placeholder to create a stage instance for this project.)


Please create a stage instance for {Website Name}.
Please create a stage instance for {Website Name}.


== Date Needed By ==
== Date Needed By ==
* 2011/01/01
* 2011/01/01


== Language ==
== Language ==
* Language: Python
* Language: Python
* Framework: Django
* Framework: Django
* Base: Playdoh


== URL ==
== URL ==
* Production URL: {URL}
* Production URL: {URL}
* Stage URL: {URL}
* Stage URL: {URL}


== HTTP Auth ==
== HTTP Auth ==
* HTTP Auth is required to access this site.
* HTTP Auth is required to access this site.
* Please record username / password in this ticket.
* Please record username / password in this ticket.
   
   
== HTTP / HTTPS ==
== HTTP / HTTPS ==
* Both HTTP and HTTPS are required this site.
* Both HTTP and HTTPS are required this site.


== Code Repository ==
== Code Repository ==
* Github Repo: {URL}
* Github Repo: {URL}
* Github Vendor Repo: {URL}
* Github Vendor Repo: {URL}
** Setup Github to auto-update every 5 minutes.
** Setup Github to auto-update every 5 minutes.
* SVN Localization Repo: {URL}
* SVN Localization Repo: {URL}
** Setup SVN to auto-update every 15 minutes.
** Setup SVN to auto-update every 15 minutes.


== Database ==
== Database ==
* This site requires a MySQL database.
* This site requires a MySQL database.


== Other Services ==
== Other Services ==
* Note Any other dependencies and to look in settings_local.py-dist.
* Note Any other dependencies and to look in settings_local.py-dist.
** Responsys
** Responsys
** Memcache
** Memcache


== Settings ==
== Settings ==
* cp settings_local.py-dist settings_local.py
* cp settings_local.py-dist settings_local.py
* Update settings values accordingly.
* Update settings values accordingly.
* Set DEBUG to False in settings_local.py.
* Set DEBUG to False in settings_local.py.


== Cron ==
== Cron ==
* bin/update_site.py -e stage
* bin/update_site.py -e stage
** frequency?
** frequency?
</code>
</nowiki>


== Production Server Ticket ==
== Production Server Ticket ==
1,241

edits

Navigation menu