Giter Club home page Giter Club logo

adventcalender's Introduction

BPol Adventskalender

Description

This Project represents an internal advent calendar of the German Bundespolizei. It's here to spread cheer and christmas joy, therefore be sure to have fun :D.

Development Guide

First off get the development database running by calling: docker-compose -f deployment/docker-compose-dev.yml up -d.

Then make sure you have all envfiles while running the spring boot application. This can be done through run configurations in your respective IDE or on unix systems by calling: export $(cat deployment/config.env | xargs). All .env files can be found under deployment.

Deployment Guide

Docker

Build the jar locally with mvn package.

Then get the container running with docker-compose -f deployment/docker-compose.yml up

In a production environment, obviously change config.env to use private passwords.

Kubernetes

Build the docker image locally (or push it to a private repository): docker build -f deployment/Dockerfile -t bpol_advent .

Then apply both configs, with the secrets first (of which you also changed the passwords): kubectl apply -f deployment/kubernetes-secret.yml && kubectl apply -f deployment/kubernetes.yml.

If you wish to use the ingress deployment yourself, it would probably be best to alter domain name and certificate resolvers to the ones you wish to use in your environment.

adventcalender's People

Contributors

grossamos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.