cloudogu / ecosystem

Cloudogu Ecosystem is an open platform, which lets you choose how and where your team creates great software. Each service or tool is delivered as a Dōgu, a Docker container, that can be easily integrated in your environment just by pulling it from our registry.
http://cloudogu.com
GNU Affero General Public License v3.0
42 stars 13 forks source link

Install cesappd separately #450

Closed sklein94 closed 2 years ago

sklein94 commented 2 years ago

Cesappd needs to be installed separately, exclusive to other packages. Currently cesappd is installed because it is a dependency of cesapp. Onfortunately the installation cesappd depends on steps that are done after the installation of packages and can therefore not be installed along with other packages. The node_master file needs to exist for cesappd to work. So the install.sh of the ecosystem needs to be changed.