- It is recomended to follow the Download and install page from go.dev
- Version 1.22.1 is currently used for development
- Docker is used to run the openapi-generator-cli released via docker image
- To install docker, one can follow the steps from docker.docs
Now validate that openapi-generator-cli
works:
docker run openapitools/openapi-generator-cli <version>
docker run openapitools/openapi-generator-cli version 7.0.0
Make sure Port 3000 and 8080 are not blocked by the server's firewall.
- README-SERVICE - README file for the cfm-service component
- README-WEBUI - README file for the cfm-webui component