Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DEVsheds uses the garden.io open source library to enable the modular build and deployment of software modules contained in the repository.

To access the Services view, you must first deploy the system. Click on the “Deploy System” button in the top nav bar.

This opens a progress window.

...

Once that is done, the Services card is enabled. Click on the Services card to open a view of the project’s modules.

...

Modules are the basic unit of building in Garden. They are usually the first thing you add after creating the project-level configuration.

A module can correspond to a Dockerfile and its associated code, a remote Docker image, a Helm chart, and more, depending on the module type.

Configuration

The project configuration garden.yml file should be located in the top-level directory of the project's Git repository.

...