/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
brew install cf-cli git
Contact the org manager of the gds-design organisation and ask for access
activate the account
git clone https://github.com/alphagov/govuk-prototype-kit.git myprototype
cat<<EOF > myprototype/manifest.yml
---
applications:
- name: myprototype
memory: 128M
random-route: true
EOF
cd myprototype
cf login -a api.cloud.service.gov.uk [email protected]
cf t -o gds-design -s prototypes
cf push
cf set-env myprototype USERNAME guest
cf set-env myprototype PASSWORD something_random
cf restart myprototype