Skip to the content.

Index

Development Setup

Startup Instructions (Linux)

Requirements

Steps

  1. Run git clone https://github.com/AdamF42/acmEat.git
  2. Get an Api key from https://www.graphhopper.com/
  3. Sobstitute API_KEY in PROJ_DIR/gisService/distance.js with the generated one from step 2.
  4. Go into project folder
  5. Run build.sh
  6. Go into PROJ_DIR/acme-agency
  7. Run mvn install
  8. 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
  9. Edit CamundaPlatform/server/apache-tomcat-9.0.19/conf/context.xml adding <Loader delegate="true"/> inside <Context>
  10. Copy restaurant.json into CamundaPlatform/