//Cloudogu EcoSystem Docs

Cloudogu logo

CES-Setup

https://cloudogu.com

Application to setup and configure the Cloudogu EcoSystem.

Requirements

  • git
  • go v1.12 or higher
  • node v14
  • yarn
  • bower
  • gulp

Development

  • yarn install
  • bower install
  • docker-compose up -d
  • gulp serve

Build

  • to build the go binary, execute make inside the project root
  • to build the deb file, execute make package inside the project root
  • the artifacts can be found inside the target directory

Where do I find more information about the CES-Setup?