To configure the task management app create a gentics-activiti.properties file in the /Node/etc/ directory on the CMS-server (or on the server where the task management app is running). Make sure the Java-Process under which the app runs is allowed to read the file.
1 Database
To configure the database access for the task management please add the following properties
gentics-activiti.properties
db=mysql jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://<URL_TO_ACTIVITI_DB> jdbc.username=<DB_USERNAME> jdbc.password=<DB_PASSWORD>
We currently only support MySQL-Databases for the activiti task management app.
2 CMS connection
To configure access to the CMS REST API the following properties need to be set
gentics-activiti.properties
cms.rest.url=http://<HOSTNAME>/CNPortletapp/rest/ cms.rest.username=<USERNAME> cms.rest.password=<PASSWORD>
3 Custom Translations
See Configuration of Custom Translations