Overview
Overview
Environments
Anacreon
| Variable | Value | Description |
|---|---|---|
__ENV__ | anacreon | Name of the environment |
__GITLAB_URL__ | gitlab.terminus.team | URL of GitLab |
__AUTHENTIK_URL__ | authentik.terminus.team | URL of Authentik |
__PULP_URL__ | pulp.terminus.team | URL of Pulp |
__GARAGE_URL__ | garage.terminus.team | URL of Garage |
Terminus
| Variable | Value | Description |
|---|---|---|
__ENV__ | terminus | Name of the environment |
__GITLAB_URL__ | gitlab.hardin.terminus.team | URL of GitLab |
__AUTHENTIK_URL__ | authentik.hardin.terminus.team | URL of Authentik |
__PULP_URL__ | pulp.mallow.terminus.team | URL of Pulp |
__GARAGE_URL__ | s3.mallow.terminus.team | URL of Garage |
Make sure you have the required tools installed before you begin.
Install the CLI
curl -fsSL https://example.org/install.sh | shInitialize a project
terminus init my-project
cd my-projectRun it
terminus runNext, head over to Configuration to customize your setup.