| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Concord is a workflow server. It is the orchestration engine that connects different systems together using scenarios and plugins created by users.
Dependencies:
git clone https://github.com/walmartlabs/concord.git
cd concord
./mvnw clean install -DskipTestsAvailable Maven profiles:
Profiles can be combined, e.g.
./mvnw clean install -Pdocker -Pit -Pjdk17-aarch64
See the console2/README.md file.
cd ./console2
npm ci # Install dependenciesStart the console in dev mode by running:
npm run startPrerequisites:
Integration tests are disabled by default. Use the it profile to enable them:
./mvnw verify -PitThis will run ITs agains the locally running server and the agent. To automatically start and stop the server and the agent using docker, use the docker profile:
./mvnw verify -Pit -PdockerTo run UI ITs in an IDE using the UI's dev mode:
See the examples directory.
$ ./mvnw release:prepare release:perform
$ git push origin RELEASE_TAG
$ git checkout RELEASE_TAG $ ./mvnw -f docker-images clean package -Pdocker $ ./docker-images/push.sh RELEASE_TAG
See NOTES.md.
| Back | FazBrowse Home | New Git URL |