Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Flurin authored and Flurin committed Jan 29, 2024
1 parent 78f2634 commit 573d99a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions soemi-moen/deploy_camunda.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
curl -w "\n" -H "Content-Type: multipart/form-data" -X POST \
-F "deployment-name=soemi-moen" \
-F "enable-duplicate-filtering=true" \
-F "deploy-changed-only=false" \
-F "data=@/home/flurin/soemi-weather/soemi-moen/soemi-moen.bpmn" \
http://localhost:8080/engine-rest/deployment/create

4 changes: 4 additions & 0 deletions soemi-moen/restart_camunda.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sudo docker stop camunda
sudo docker remove camunda
sudo docker run -d --name camunda -p 8080:8080 --net=host camunda/camunda-bpm-platform:run-latest
sudo docker ps

0 comments on commit 573d99a

Please sign in to comment.