https://github.com/npdeehan/camunda-lafayette-optimize
This is a spring boot application containing the Camunda Platform preloaded with the Lafayette tutorial processes
https://github.com/npdeehan/camunda-lafayette-optimize
Last synced: 5 months ago
JSON representation
This is a spring boot application containing the Camunda Platform preloaded with the Lafayette tutorial processes
- Host: GitHub
- URL: https://github.com/npdeehan/camunda-lafayette-optimize
- Owner: NPDeehan
- License: apache-2.0
- Created: 2021-07-28T08:53:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-28T09:00:26.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T01:34:36.644Z (over 1 year ago)
- Size: 49.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Camunda Lafayette Optimize
This is a spring boot application containing the Camunda Platform preloaded with the Lafayette tutorial processes.
It can used to step through the Camunda Optimize video tutorial.
You'll need to have Java JDK 11 installed.
To run it just open the `CamundaPlatformAndDB` folder, open a terminal window and run the executable jar with the following Command
```
java -jar Lafayette-1.0.0-SNAPSHOT-spring-boot.jar
```
This will startup the Platform. Once it's started you can access the webapp by going to ``localhost:8080/`` and login using `demo` / `demo`