Video coming soon…
👨💻 Setup Concourse CI — Pipeline-First Continuous Integration
Deploy Concourse CI on Ubuntu with Docker — a pipeline-first CI/CD system where every build runs in a fresh container, with PostgreSQL and a generated admin login, on port 8244.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/dev/concourse/concourse-ubuntu.sh
chmod +x concourse-ubuntu.sh
./concourse-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/dev/concourse/concourse-ubuntu.sh
2 Make it Executable
chmod +x concourse-ubuntu.sh
3 Run the Installer
./concourse-ubuntu.sh
4 Log In and Install the fly CLI
http://your-server-ip:8244
Ports Used
| Port | Purpose |
|---|---|
| 8244 | Concourse web UI and API — also the fly CLI target (mapped from container port 8080) |
| 5432 | PostgreSQL — internal to the Docker network, not exposed to the host |