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
LICENSE
file. - Download Perch and merge the existing perch dir with the downloaded on.
- Find and make changes near
@todo-perch
comments throughout the site. Especially important to do the one in.gitignore
otherwise the private config may be committed to the repo. - Make dev redirect change in
.htaccess
(search for@todo
) - Run
npm install
- Run Perch setup at:
/perch/setup
- Delete the
/perch/setup
folder. - Set the appropriate permissions on
/perch/resources
(if needed).