2020-05-14 00:54:21 +02:00
2019-10-10 22:49:52 +02:00
2020-05-14 00:54:21 +02:00
2020-09-04 15:22:15 +02:00
2020-05-14 00:54:21 +02:00
2020-05-14 00:54:21 +02:00
2020-03-25 16:42:12 +01:00
2019-10-10 22:49:52 +02:00
2019-10-10 22:49:52 +02:00
2020-06-02 16:31:38 +02:00

DC Project

Installation of Development environment

On windows

  1. Install git
  2. Install Make
    • Go to ezwinports.
    • Download make-4.1-2-without-guile-w32-bin.zip (get the version without guile).
    • Extract zip.
    • Copy the contents to your Git\mingw64\ merging the folders, but do NOT overwrite/replace any existing files.

Add JAVA_HOME path

In CMD (Not Powershell)

$ setx -m JAVA_HOME "C:\Users\%USERNAME%\.jdks\corretto-11.0.7"
$ setx -m PATH "%PATH%;%JAVA_HOME%\bin";

Run dockers

$ make run-docker

Add fixtures

$ make fixtures

Publish package

  1. Got to https://github.com and create a new token with packages scopes
  2. Create a file GH_TOKEN.txt and put it the github token

Maven

$ make publish-maven

Docker

$ make publish-docker
Description
No description provided
Readme 2.7 MiB
Languages
Kotlin 84.5%
PLpgSQL 14.4%
Shell 0.6%
Makefile 0.3%
Dockerfile 0.2%