-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

OPENSHIFT COOKBOOK
By :

Following the creation of a domain, you might need to rename it. Let's suppose you want to rename your existing name to reflect its environment. For instance, you may rename the osbook
domain name to devosbook
in order to indicate devosbook
as your development environment.
To complete this recipe, you will need to have rhc installed on your machine. Please refer to the Installing the OpenShift rhc command-line client recipe in Chapter 1, Getting Started with OpenShift, for instructions.
To rename a domain, open a new command-line terminal and run the following command. You should provide a unique, new domain name:
$ rhc rename-domain <old_domain_name> <new_domain_name>
To rename a domain, you have to first make sure there are no applications associated with it. If there are any applications associated with a domain, you have to first delete them. To learn how to delete an application, refer to...
Change the font size
Change margin width
Change background colour