Skip to content

difoul/a9s-cncourse-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install BOSH Lite

Go to https://bosh.io/docs/bosh-lite.html and install BOSH Lite on your local machine.

Spin Up a Concourse

    wget https://github.com/concourse/concourse/releases/download/v3.6.0/concourse-lite.yml
    bosh create-env concourse-lite.yml

Clone the repository

    git clone https://github.com/difoul/a9s-cncourse-ci.git

Update CF variables

Update the file vars.yml

    cd a9s-cncourse-ci
    vi var.yml
cf_user: <YOUR_CF_USERNAME>
cf_password: <YOUR_CF_PASSWORD>
cf_space: <CF_SPACE>
cf_org: <CF_ORG>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages