This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Releases: thewillyhuman/snoicd-codex
Releases · thewillyhuman/snoicd-codex
MongoDB Stable Release
This version implements persistence in a mongo database.
Version 1.0 Beta
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.