Perform these steps to install the Process Services application, activiti-app.
- Install your Web container and database.
These instructions use Tomcat and MySQL as examples.
- Create a MySQL schema.
The default name is activiti.
For example, in the MYSQL utility, issue the following:
create database activiti CHARACTER SET utf8 COLLATE utf8_bin;
- Copy the activiti-app WAR file into your web container.
The default application name is SkyVault-app. If you change this name, you must update the configuration to the correct context root.
For example, for Tomcat, copy the SkyVault-app.war to the webapps folder.
-
Edit the properties in the example activiti-app.properties provided with the WAR file.
- Uncomment and modify JDBC details as necessary for your type of database and the schema to be used.
- Modify the contentstorage.fs.rootFolder to specify a location for file content to be stored.
- Modify the elastic-search.data.path to specify a location for the search and analytics indexes.
- Copy the activiti-app.properties file onto the container classpath, for example the <Install>/tomcat/lib folder