Configuration

Create new admin account or invite new users

Democode

  1. Click on plus in topbar and create new member
  2. Fill form and choose the right role
  3. The invited user receives an e-mail with the request to set a password.

Create source

Democode

  1. Go to sources
  2. Click on plus in topbar and create new source
  3. Enter name of source for example GitLab
  4. Enter the URL of the GitLab instance for example https://gitlab.lenne.tech
  5. Enter the personal access token for the GitLab API GitLab Docs
    • Create personal access token with following scopes: api, read_api, read_registry, write_registry
    • Personal access token global (-/user_settings/personal_access_tokens) or Personal access token for project (/GROUP/PROJECT/-/settings/access_tokens)

Create your first project

Democode

  1. Click on plus in topbar and create new project
  2. Enter name for project

Create your first container

Democode

  1. Click on plus in topbar and create new container
  2. Select the created project
  3. Enter the name of the container
  4. Choose the kind of container (APPLICATION, DATABASE, SERVICE, CUSTOM)
    • APPLICATION: A normal application
    • DATABASE: A database
    • SERVICE: A service like a directus, ...
    • CUSTOM: A custom container with custom docker-compose and Dockerfile