Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bonitasoft/bonita-distrib
https://github.com/bonitasoft/bonita-distrib
delivery-corporate-website delivery-docker-hub lifecycle-platform published-partial subtree
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bonitasoft/bonita-distrib
- Owner: bonitasoft
- License: lgpl-2.1
- Created: 2013-07-11T08:39:28.000Z (over 11 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-12T13:08:56.000Z (9 months ago)
- Last Synced: 2024-04-14T05:15:05.256Z (9 months ago)
- Topics: delivery-corporate-website, delivery-docker-hub, lifecycle-platform, published-partial, subtree
- Language: Java
- Homepage:
- Size: 6.06 MB
- Stars: 10
- Watchers: 31
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bonita Distrib #
This project generates the Bonita Runtime bundles.
## Requirements
> Java JDK 17 is the minimum required version to build the project.
This project bundles the [Maven Wrapper](https://github.com/takari/maven-wrapper), so the `mvnw` script is available at the project root.
### Dependencies
The project depends on a lot of other bonita artifacts (engine, web, ...) so you must build them first (install artifacts in your local repository).
The [Bonita Community build script](https://github.com/Bonitasoft-Community/Build-Bonita) can help in that case.
## Contribution
If you want to contribute, ask questions about the project, report bug, see the [contributing guide](https://github.com/bonitasoft/bonita-developer-resources/blob/master/CONTRIBUTING.MD).
## Build the project ##
`./mvnw package`
**_Note_**: You need to run this command before building the docker command explain in the dedicated [README](./docker/README.md)