#Deployment Instructions
-
Download the github created zip file and extract into the web root of the deployment location (most likely
www). Verify that .htaccess and .gitignore exist. -
git inita new repo andgit add .to add all files. If the.gitignorefile is in place this should exclude theconfig.phpfile from the repo (you want this). Commit. -
chmodthecacheandfilesdirectories for holding local cache data and user uploads, respectively, so that they are writable by Apache. -
Update config.php with the correct local configuration settings for the database server and environment vars.
-
Finish whatever apache configuration is needed and test in your browser. You should get a confirmation message that the site is running properly.
-
SUCCESS! Time for brandy.