Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If the ending of the

...

CPM3 application file name is .war change it to .zip . (If it is already .

...

zip take this file) and extract it into the previous

...

Celonis

...

folder on your hard drive. Please

...

keep the given file name, because it contains the version number of the

...

CPM3 installation package. In this

...

 

...

manual the CPM3 application name is cpm_full_3.1_20150521_125949.

name structure: cpm_full_VersionNr_yyyymmdd_hhmmss

...

 

Image Added


Create another folder called cpm3_home. This will be the folder the application uses to store its configuration.

Image Modified

Navigate to the WEB-INF/classes folder and create a copy of the application.properties.sample file called application.properties.

Image Removed

 

Open the application.properties file in a text editor and set the default administrator password.

Create the folder cpm_scheduler_home and scheduler_db like this:

C:\Celonis-Scheduler\cpm_scheduler_home\scheduler_db

Use this path to set the datasource.url.

 

Image Removed

Open the server.xml file from your tomcat in a text editor

 

Image Removed

...



Copy the config.properties.sample file from “cpm_full_3.1_20150521_125949\WEB-INF\classes” to the cpm3_home folder.

Image Added

 

 

Rename the file to config.properties and open it in a text editor. This is the main configuration file for Celonis Process Mining - all options as well as these steps are explained in this file.

The section “Database Configuration” in theconfig.properties file describes the next steps you have to do.

Configure the database settings for the application server database. You can for example use a H2 file database on the app server or configure a database on your preferred DBMS.

Uncomment the part of the database you want to use and adjust the information as you can see in the following H2 database example.

 

 

Image Added

 

Another important step in the

config.properties file is to configure the filesystem.writableroot in the section “System Paths”. Here you should take the path to thecpm3_home folder. (C:\Celonis\cpm3_home)

Set up the config file location in the application server’s server.xml configuration file which is located in the conf folder of the application server installation. You can find the expression to be inserted in your config.properties file.

 

 

Image Added

 

Set the path to the unpackaged application (docBase) and the configuration (value) accordingly.

 

Image Added

 

The “path” is what you have to open on the last step of this manual.

 

Image Removed

 

...

After that, the application server’s service needs to be restarted.

 

Image Modified

 

Open Celonis Scheduling ManagerProcess Mining in your browser (Google Chrome or Mozilla Firefox preferably) to check if the application has started. (http://localhost:8080/cpm-scheduler)

 

Image Modified

You have successfully finished the installation!