Cloud Foundry No Organization

0
I am trying to deploy a Mendix application to Mindsphere by following this documentation. I am using the Cloud Foundry CLI. I found that I need an organization to create a space to deploy my application to. I ran `cf orgs` and saw that I have no organizations found. I then tried to create an organization but got Permission denied. I will really appreciate some help to get me past this point.
asked
2 answers
1

I believe your Cloud Foundry user needs to be an Admin to create an org, as seen in the Cloud foundry documentation:

https://docs.cloudfoundry.org/concepts/roles.html#permissions

Can you switch to a user that has CF admin permissions?

answered
1

See MindSphere Documentation “Deploying Mendix Apps to MindSphere” here:
https://developer.mindsphere.io/howto/howto-app-mendix.html

Prerequisites

answered