33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
# DC Project
|
|
|
|
[](https://www.codefactor.io/repository/github/flecomte/dc-project)
|
|
[](https://github.com/flecomte/dc-project/actions/workflows/tests.yml)
|
|
[](https://coveralls.io/github/flecomte/dc-project?branch=master)
|
|
[](https://www.codacy.com/gh/flecomte/dc-project/dashboard?utm_source=github.com&utm_medium=referral&utm_content=flecomte/dc-project&utm_campaign=Badge_Grade)
|
|
|
|
|
|
[Installation](./doc/installation/Installation.md)
|
|
|
|
### Run dockers
|
|
```bash
|
|
$ make run-docker
|
|
```
|
|
|
|
### Add fixtures
|
|
```bash
|
|
$ make fixtures
|
|
```
|
|
|
|
## Publish package
|
|
1. Got to [https://github.com](https://github.com/settings/tokens/new) and create a new token with packages scopes
|
|
2. Create a file `GH_TOKEN.txt` and put it the github token
|
|
|
|
### Maven
|
|
```bash
|
|
$ make publish-maven
|
|
```
|
|
### Docker
|
|
|
|
```bash
|
|
$ make publish-docker
|
|
``` |