extract anywhere, run start-camunda.{bat|sh}
To deploy process models, follow step 3
Make sure maven is installed https://maven.apache.org/install.html
check if maven is installed: mvn -version
on your command line
type
mvn clean
then
mvn install
into your command line terminal
a /target
folder should appear on success respectively the project will be rebuilt. Copy the .war
file from the target folder into your server's webapps
folder, which should be similar to camunda-bpm-tomcat-7.9.0\server\apache-tomcat-9.0.5\webapps\