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

Version 1.0 Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@thewillyhuman thewillyhuman released this 14 Feb 15:38
· 53 commits to master since this 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.