Skip to content

mbrtargeting/kicker

 
 

Repository files navigation

Kicker Build Status

Configuration

Create your test configuration in your project folder as ./kicker.properties.

Example configuration file:

port=8080
slackToken=xoxb-1564223413123-adkjADAsjdladdj
connectionHbm2ddl=create-drop

Run App Locally

./gradlew [-Pproduction] prcomposeUp

To see the logs of the container do

docker logs `docker ps --filter 'name=kicker__kicker' --format '{{.ID}}'`

To shut down all containers exec

./gradlew composeDown

Dockerize Production Version

./gradlew buildDocker

Creates the docker package and pushes it to the registry.

To get access to the registry do aws ecr get-login --no-include-email and execute the returned docker command.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 68.2%
  • TypeScript 15.8%
  • HTML 9.6%
  • SCSS 4.5%
  • Shell 1.1%
  • JavaScript 0.8%