Difference between revisions of "QuickSite site go live"

From GLMWiki
Jump to: navigation, search
 
Line 4: Line 4:
 
*Comment the Rewrite Base in the main .htaccess file.*
 
*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 logs directory and create .htaccess file for the admin/logs directory containing only
+
*Add admin directory and logs directory and create .htaccess file for the admin/logs directory containing only: Note: may need to run sudo chmod g+w on the logs dir.
 
  RewriteEngine Off
 
  RewriteEngine Off
 
*Add cache directory (in root of site)
 
*Add cache directory (in root of site)

Latest 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: Note: may need to run sudo chmod g+w on the logs dir.
RewriteEngine Off
  • Add cache directory (in root of site)