Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 573 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 573 Bytes

build-concourse

build concourse with docker-compose (See https://concourse.ci/docker-repository.html)

prepare the environment.

Execute the command as follows:

$ bash scripts/install-docker.sh

Need to reboot the server then, execute the command as follows.

$ bash scripts/install-docker-compose.sh

Then, you can use concouse after execute following command.

$ export CONCOURSE_EXTERNAL_URL=http://<Your server's ip address>:8080
$ bash run.sh

You can access your concourse with browser. the username concourse and password changeme.