Concourse is distributed as a single concourse
binary, making it easy to run just about anywhere, especially with Docker.
$ wget https://concourse-ci.org/docker-compose.yml
$ docker-compose up
Creating docs_concourse-db_1 ... done
Creating docs_concourse_1 ... done
Concourse will be running at 127.0.0.1:8080. You can log in with the username/password as test
/test
.
Next, install fly
by downloading it from the web UI and target your local Concourse as the test
user:
$ fly -t tutorial login -c http://127.0.0.1:8080 -u test -p test
logging in to team 'main'
target saved
Then, head to Hello World to kick the tires!