Site Package: Site Properties - akumina/AkuminaDev GitHub Wiki
All versions of Akumina
There is no site creator step to deploy this.
The site deployer step that uses this is siteproperties
options siteproperties
See: https://github.com/akumina/AkuminaDev/wiki/Site-Package-Overview
The step deploys site properties based on the path envdir/sitedefinitions/assetdirectory/SiteProperties/properties.xml The XML in this file is used to set site property values. In the example below, we deploy 2 site properties, that get added to the property bag of the site:
<?xml version="1.0" encoding="utf-8" ?>
<sites>
<site>
<property name="ak_site_type" value="Foundation" />
<property name="ak_appmanager" value="4.5" />
</site>
</sites>