Sage site profile for ProcessWire
This site profile is meant to be used with the ProcessWire CMS.
Copy the site-sage
directory into your ProcessWire installation
Grab all the dependencies:
cd site-sage/templates # change to templates directory
yarn # get all dependencies. Doesn't work? Check the requirements ;)
Edit configuration in site-sage/templates/assets/config.json
Is ProcessWire already installed?
NO:
site-sage
as your site profileYES:
site-sage
to site
. You probably have to rename your old site directoryTemplateEngineBlade
modulesite/config.php
site/install
To execute all commands, first cd into site/templates
. From there you can run:
yarn start
WATCH for file changes and enable hotreloadingyarn build
Build all assetsyarn build:production
Build all assets for production