Used to create new projects using the Perch CMS at XM Media.
- Download a copy of this repo (probably as a ZIP).
- Remove or update the
LICENSEfile. - Download Perch and merge the existing
html/perchdir with the downloaded one. - Delete
html/perch/.gitignoreso the Perch core will be committed to the repo. - Find and make changes near
@todo-perchcomments throughout the site. Especially important to do the one in.gitignoreotherwise the private config may be committed to the repo! - Make dev redirect change in
.htaccess(search for@todo) - Delete the
/perch/setupfolder. - Run
. ./node_setup.shto configure node & webpack. - Run
yarnto install node packages. - Run
webpackorwebpack --watchto compile JS & CSS files. (When going live, runnpm run buildinstead.) - Create Database and Import db_create.sql
- Set the appropriate permissions on
/perch/resources(if needed). - Sign in to Perch