Skip to the content.
Index
Development Setup
- Camunda Platform (Tomcat): https://camunda.org/download/
- Camunda Modeler: https://camunda.org/download/modeler/
- Jolie: http://www.jolie-lang.org/downloads.html
- Intellij Idea: https://www.jetbrains.com/idea/download/
- PyCharm: https://www.jetbrains.com/pycharm/download/
- VSCode: https://code.visualstudio.com/download
- Docker: https://www.docker.com/get-started
- Postman: https://www.getpostman.com/downloads/
- SoapUi: https://www.soapui.org/downloads/soapui.html
- Maven: https://maven.apache.org/download.cgi?Preferred=ftp://mirror.reverse.net/pub/apache/
Startup Instructions (Linux)
Requirements
- Docker
- Maven
- Camunda Platform
Steps
- Run
git clone https://github.com/AdamF42/acmEat.git
- Get an Api key from
https://www.graphhopper.com/
- Sobstitute
API_KEY
in PROJ_DIR/gisService/distance.js
with the generated one from step 2.
- Go into project folder
- Run
build.sh
- Go into
PROJ_DIR/acme-agency
- Run
mvn install
- Copy
PROJ_DIR/acme-agency/acmeat/acmeat.war
, PROJ_DIR/acme-agency/acmeat-ws/acmeat-ws.war
and PROJ_DIR/acme-agency/acmeat-frontend/acmeat-frontend.war
into CamundaPlatform/server/apache-tomcat-9.0.19/webapps
- Edit
CamundaPlatform/server/apache-tomcat-9.0.19/conf/context.xml
adding <Loader delegate="true"/>
inside <Context>
- Copy
restaurant.json
into CamundaPlatform/