Create a auto build docker image

Version of application is calculated by the git tags
This commit is contained in:
2020-05-13 18:20:57 +02:00
parent e4a85722f1
commit 159b9de19a
8 changed files with 150 additions and 9 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# Installation
## On windows
1. Install git
- Download and install: https://git-scm.com/download/win
2. Install Make
- Go to [ezwinports](https://sourceforge.net/projects/ezwinports/files/).
- 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.
## Run dockers
```bash
$ make run-docker
```
## Add fixtures
```bash
$ make fixtures
```