How to install Geasy BPMN Editor

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (6)

View Page History
h2. All users

Create the editor configuration file: webeditor.configuration.properties

In the created file enter the location where you would like to store the projects that will be saved :
h3. Create a configuration file

Create the editor configuration file *which must have* the following name: _webeditor.configuration.properties_

This file is used to store some configurations like where the projects generated in the editor should be stored etc...


In the just created file enter the location where you would like to store the projects that will be saved and imported:

{code}
PROJECTS_DIR = /home/user/path/projects
{code}



Of course, replace _/home/user/path/projects_ with an existing path on your computer/server that will contain every projects created in the editor. *Note:* this path has to be absolute, a relative path won't work


h2. Apache Tomcat users