Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Releases: thewillyhuman/snoicd-codex

MongoDB Stable Release

07 Apr 09:48
e124647
Compare
Choose a tag to compare

This version implements persistence in a mongo database.

Version 1.0 Beta

14 Feb 15:38
Compare
Choose a tag to compare
Version 1.0 Beta Pre-release
Pre-release

This is the beta version and must not be put in to production under no scenario.

How to build and deploy.

You will need to change your working directory in the command line to the snoicd-codex, build the api sources and finally deploy the docker container, to do so:

cd snoicd-codex;
cd api;
mvn package -DskipTests;
cd ..;
docker-compose up;

Notice that once the docker-compose services start it will take between 1 and 5 minutes for services to start. Once the services started you will be able to connect at http://localhost:8082. Find more information about the API here.
This API has been documented with Swagger 2 so at http://localhost:8082/swagger-ui.html you can try / test the behavior of the endpoint.