Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 466 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 466 Bytes

Useful local BOSH director scripts

TL; DR;

Initial step

./init.sh
./post.sh
./concourse.sh
./export_binary_releases.sh -d concourse

Tear down

./destroy.sh

Bring up again (with the previously saved binary releases)

./init.sh
./post.sh
./import_binary_releases.sh -d concourse
./concourse.sh

System requirements

  • whatever this says
  • darwin machine (it has been tested on a mac)