Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 496 Bytes

File metadata and controls

15 lines (8 loc) · 496 Bytes

GitLab CE with Runners

Description

This tutorial allows to setup a local GitLab stack running on Docker, and to experience the CI/CD pipeline feature with a sample Java application.

Requirements

Any Linux PC running Docker, or Windows/Mac running Docker Desktop.

Setup

Part One: Follow instructions in folder docker to setup the GitLab docker stack.

Part Two: Follow instructions in folder sample to create a project in GitLab and run a CI/CD pipeline.