Skip to main content

🚀 Installing GitLab Server on SaveinCloud

The DevOps Lab - GitLab Server is available in the SaveinCloud Marketplace.
It allows you to create a private GitLab server, ideal for code management and CI/CD pipelines.


1. Access the Marketplace

  1. In the SaveinCloud dashboard, click MARKETPLACE in the top menu.

  2. Locate the application DevOps Lab - GitLab Server.

  3. Click Install.

imagem


2. Configure the Environment

On the GitLab configuration screen, the following options will be displayed:

  • Install Let's Encrypt Certificates and Custom Domains Addon
    Select this option if you want to install automatic SSL certificates (Let's Encrypt).

    ⚠️ Requires Public IP enabled in the environment.

  • Environment
    Define the internal name of the environment (example: env-2337560.sp1.br.saveincloud.net.br).

  • Display Name
    Customize the name that will appear on the dashboard (example: DevOps Lab - GitLab Server).

  • Region
    Choose the datacenter region (example: São Paulo).

    imagem

Click Install to start creating the environment.


3. What will be provisioned

The installation automatically creates:

  • GitLab Server: main instance for repository and pipeline management.
  • GitLab Runners: automatically scalable for job execution.
  • Docker Hub Registry: integrated for deployments and Docker images.
  • SSL Certificate: if the Let's Encrypt option was selected.

4. Access GitLab

After the installation is complete:

  • The dashboard will display the GitLab access URL.
  • Log in with the initial credentials sent to your email.
  • You will receive an email similar to the image below:

imagem


✅ Installation completed! You now have the GitLab Server running on SaveinCloud.
If you need to proceed with user, group, and runner configurations, please consult the additional documentation.

📌 Official GitLab Documentation