Skip to content

Overview

Environments

Anacreon

VariableValueDescription
__ENV__anacreonName of the environment
__GITLAB_URL__gitlab.terminus.teamURL of GitLab
__AUTHENTIK_URL__authentik.terminus.teamURL of Authentik
__PULP_URL__pulp.terminus.teamURL of Pulp
__GARAGE_URL__garage.terminus.teamURL of Garage

Terminus

VariableValueDescription
__ENV__terminusName of the environment
__GITLAB_URL__gitlab.hardin.terminus.teamURL of GitLab
__AUTHENTIK_URL__authentik.hardin.terminus.teamURL of Authentik
__PULP_URL__pulp.mallow.terminus.teamURL of Pulp
__GARAGE_URL__s3.mallow.terminus.teamURL of Garage

Make sure you have the required tools installed before you begin.

Install the CLI

curl -fsSL https://example.org/install.sh | sh

Initialize a project

terminus init my-project
cd my-project

Run it

terminus run
Next, head over to Configuration to customize your setup.