This is a copy of the UAA component, forked in support of the Cloud Foundry Certified Developer Training Course.
The full README for UAA is still available with the original code.
- Clone this repository
- Come up with a unique name for your UAA app
- Identify the domain of your CF (based on the routes of the apps created so far)
- Run the following from the root of the UAA clone:
./gradlew manifests -Dapp=$YOUR_UNIQUE_APP_NAME -Dapp-domain=$DOMAIN
cf push -f build/sample-manifests/uaa-cf-application.yml