DE 

//Cloudogu EcoSystem Docs

Local development environment

Provide Github credentials

During the Dogu build process the Easy Redmine sources will be retrieved within a mutli stage docker build. To access the private repostitory you need to provide Github credentials (personal access token).

At first the environment variable GIT_USER_TOKEN needs to be set with a valid token:

GIT_USER_TOKEN=ghp_76sd87fjsdfsdf7sidufsdfHHjh867hsbdfa

The token can be generated via the developer settings on Github. Read permissions should are enough to access the desired source.

Finally the make target generate-creds needs to be call to generate the .credentials file. The old file will be deleted during this process.

make generate-creds