Difference between revisions of "QuickSite site go live"

From GLMWiki
Jump to: navigation, search
Line 2: Line 2:
 
*Put site into svn
 
*Put site into svn
 
*Check out to production server
 
*Check out to production server
 +
*Comment the Rewrite Base in the main .htaccess file.*
 
*Update the .htaccess file and commit
 
*Update the .htaccess file and commit
*Add admin directory and create .htaccess file for the admin/logs directory
+
*Add admin directory and logs directory and create .htaccess file for the admin/logs directory containing only
 
  RewriteEngine Off
 
  RewriteEngine Off
 
*Add cache directory (in root of site)
 
*Add cache directory (in root of site)

Revision as of 13:44, 7 October 2013

  • Make sure to setup the email address for OWNER_EMAIL and FROM_NEWS_EMAIL in bootstrap.php
  • Put site into svn
  • Check out to production server
  • Comment the Rewrite Base in the main .htaccess file.*
  • Update the .htaccess file and commit
  • Add admin directory and logs directory and create .htaccess file for the admin/logs directory containing only
RewriteEngine Off
  • Add cache directory (in root of site)