Cloud Foundry installation (test)

This commit is contained in:
John Davidson 2019-01-22 15:00:09 +02:00 committed by GitHub
parent 56873c0a0b
commit 8e991e86ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,9 @@ script:
- sudo apt-get -y dist-upgrade
#- sudo apt-get -y install wget make gawk gcc bc bison flex xorriso libelf-dev libssl-dev
#- ./minimal.sh
- cat /proc/cpuinfo
- cat /proc/meminfo
- sudo apt-get install -y virtualbox
- wget -O ~/bosh https://github.com/cloudfoundry/bosh-cli/releases/download/v5.4.0/bosh-cli-5.4.0-linux-amd64
- chmod +x ~/bosh
- git clone https://github.com/cloudfoundry/bosh-deployment ~/bosh-deployment