Re: Default Admin User
Ivan Sim <ivans@...>
If this is your first local set-up attempt, I encourage you to do it using
bosh-lite. You can find very comprehensive information in the READMEs on setting up bosh-lite <https://github.com/cloudfoundry/bosh-lite#bosh-lite> and deploying CF <https://github.com/cloudfoundry/bosh-lite/blob/master/docs/deploy-cf.md#deploy-cloud-foundry>, and be up and running quickly. If you insisted on a manual set-up and assuming that your UAA is up and running and that there are no obvious errors in the logs, then you can try setting up uaac <http://docs.cloudfoundry.org/adminguide/uaa-user-management.html> to see if your default admin user made it into UAA. And before you can do all that, you may have to add an admin OAuth client to your config/uaa.yml like this one here <https://github.com/cloudfoundry/uaa/blob/091c5e5961dd33c8c7ca5a15f4020e47d266a1c3/uaa/src/test/resources/test/profiles/vcap/uaa.yml#L42> (as I'm not sure what your current set-up looks like). So how about try with bosh-lite first? On Thu, May 28, 2015 at 9:04 PM, Pravin Mishra <pravinmishra88(a)gmail.com> wrote: Hi Ivan, -- Ivan Sim |
|