Gaia Edition contains all the available backend standard components except the Web IDE ones.
It is used as a basis platform for products build with and for codbex
tools and runtimes.
docker pull ghcr.io/codbex/codbex-gaia:latest
docker run --name codbex-gaia --rm -p 80:80 ghcr.io/codbex/codbex-gaia:latest
- For Apple's M1: provide
--platform=linux/arm64
for better performance
mvn clean install
java -jar application/target/codbex-gaia-application-*.jar
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 -jar application/target/codbex-gaia-application-*.jar
http://localhost/swagger-ui/index.html