Developer Guide
This article is suitable for all those who want to develop on the Postfix dogu.
Requirements
-
It is necessary to install the following programs:
- git - see link.
- vagrant
- docker
Set up the development environment
-
clone the repository:
git clone https://github.com/cloudogu/postfix.git
Development on the Postfix dogu
Prerequisites
- a running multinode cluster
- the kubectx set to the cluster
Postfix Dogu build
- build the dogu
make buildNow the dogu should be built, updated, and started automatically.