TileCMS
Domino CMS based on Java and FreeMarker
Install
Domino console command to install this app on your server:
tell Genesis install tilecms
Install in MyAccount (for Prominic customers only)
Source code
TileCMS is designed based on Java and Freemarker. It helps to bootstrap your first website.
Version: 1.0.0
{
"title": "TileCMS v${version} (Prominic.NET)",
"versionjson": "${versionjson}",
"config":
{
"version": "${version}"
},
"steps": [
{
"title": "--- Step 1. Download file ---",
"files": [
{"from": "${baseurl}/0/${docid}/$FILE/tilecms.nsf", "to": "${directory}/tilecms.nsf"}
]
},
{
"title": "--- Step 2. Sign database ---",
"databases": [
{
"action": "update",
"filePath": "tilecms.nsf",
"sign": true
}
]
},
{
"title": "--- Step 3 (final). Completed ---",
"messages": ["You have installed TileCMS v${version} (Prominic.NET)", "Please review and update Config"]
}
]
}