Webdev:Flux:Steward Guidelines: Difference between revisions

Jump to navigation Jump to search
Line 71: Line 71:
  * Please record username / password in this ticket.
  * Please record username / password in this ticket.
   
   
  == SSL ==
  == HTTP / HTTPS ==
  * SSL is required for testing the stage site.
  * 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>


1,241

edits

Navigation menu