5.2. Domain Management
5.2.1. Creating a Domain
A domain is required to create applications on OpenShift Online. Create a new domain with the following command, specifying the name of the domain:
$ rhc domain create Domain_Name
The following example creates a domain named
automobile.
Example 5.1. Creating a Domain
$ rhc domain create automobile
Creating domain 'automobile'
You may now create an application using the 'rhc app create' command
Note
The number of domains you can create depends on the type of account and its limitations. A warning message alerts you when the account limitations are exceeded.
See Also: