Learn to use https://concourse-ci.org with this linear sequence of tutorials. Learn each concept that builds on the previous concept.
Go to file
riceman e1a58b4ef0 Updated docs to fix an error on Windows 2022-07-19 08:19:42 -05:00
ci Branding and modernization 2020-09-04 16:58:41 -04:00
docs Updated docs to fix an error on Windows 2022-07-19 08:19:42 -05:00
test switch from 'bosh create-env' to 'docker-compose up' as per https://concourse-ci.org/ 2018-04-02 10:30:27 +10:00
theme-overrides Branding and modernization 2020-09-04 16:58:41 -04:00
tutorials Merge pull request #219 from adamulacha/patch-2 2021-07-19 15:35:38 -07:00
.gitignore ignore site folder 2017-12-10 08:32:21 +10:00
.prettierrc Fix and Prettify all the YAML files (#188) 2019-05-21 06:44:24 +10:00
.yamllint Fix and Prettify all the YAML files (#188) 2019-05-21 06:44:24 +10:00
CODE_OF_CONDUCT.md Updating CODE_OF_CONDUCT.md 2019-01-15 15:22:57 -05:00
README.md start the cleanup for not referencing PWS 2021-08-15 10:58:15 -07:00
Staticfile Staticfile to reference site folder 2017-12-10 08:32:21 +10:00
VERSION bump to v3.8.0 compiled release 2017-12-10 18:32:50 +10:00
docker-compose.yml fix(236): Update cocource artifact (#237) 2020-11-03 05:25:34 +10:00
manifest-develop.yml Fix and Prettify all the YAML files (#188) 2019-05-21 06:44:24 +10:00
manifest-production.yml Fix and Prettify all the YAML files (#188) 2019-05-21 06:44:24 +10:00
mkdocs.yml Update mkdocs.yml 2021-08-12 16:21:00 -04:00

README.md

Concourse Tutorial

Learn to use https://concourse-ci.org with this linear sequence of tutorials. Learn each concept that builds on the previous concept.

Read the tutorial at https://concoursetutorial.com

Thanks

Thanks to Alex Suraci for inventing Concourse CI, and to Pivotal and VMWare for sponsoring him and a team of developers to work since 2014.

At Stark & Wayne we started this tutorial as we were learning Concourse in early 2015, and we've been using Concourse in production since mid-2015 internally and at nearly all client projects.

Thanks to everyone who has worked through this tutorial and found it useful. I love learning that you're enjoying the tutorial and enjoying Concourse.

Thanks for all the pull requests to help fix regressions with some Concourse versions that came out with "backwards incompatible change".

Getting Started

Read the tutorial at https://concoursetutorial.com

Local development of tutorial

This tutorial is built using mkdocs. Please make sure you have python3 and pip3 installed before running mkdocs and they are refenced as python and pip respectively. . Once installed, you can continuously build and serve the tutorial locally with:

mkdocs serve

View the site and live changes at https://localhost:8000.