Skip to content

Instantly share code, notes, and snippets.

@mseri
Last active December 27, 2015 18:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
RHC Setup Wizard Output
OpenShift Client Tools (RHC) Setup Wizard
This wizard will help you upload your SSH keys, set your application namespace, and check that other programs like Git are properly installed.
Using MY_ACCOUNT_NAME to login to openshift.redhat.com
Password: ********************
OpenShift can create and store a token on disk which allows to you to access the server without using your password. The key is stored in your home directory and
should be kept secret. You can delete the key at any time by running 'rhc logout'.
Generate a token now? (yes|no) yes
Generating an authorization token for this client ... lasts about 1 month
Saving configuration to PATH_TO_MY_HOME/.openshift/express.conf ... done
Your public SSH key must be uploaded to the OpenShift server to access code. Upload now? (yes|no) yes
Since you do not have any keys associated with your OpenShift account, your new key will be uploaded as the 'default' key.
Uploading key 'default' ... done
Checking for git ... found git version 1.8.3.4 (Apple Git-47)
Checking common problems .. done
Checking for a domain ... none
Applications are grouped into domains - each domain has a unique name (called a namespace) that becomes part of your public application URL. You may create your first
domain here or leave it blank and use 'rhc create-domain' later. You will not be able to create an application without completing this step.
Please enter a namespace (letters and numbers only) |<none>|: A_DOMAIN_NAME-WE_WILL_NEED_IT_TO_ACCESS_THE_SITE
Your domain 'A_DOMAIN_NAME-WE_WILL_NEED_IT_TO_ACCESS_THE_SITE' has been successfully created
Checking for applications ... none
Run 'rhc create-app' to create your first application.
Do-It-Yourself 0.1 rhc create-app <app name> diy-0.1
JBoss Application Server 7 rhc create-app <app name> jbossas-7
JBoss Enterprise Application Platform 6.1.0 rhc create-app <app name> jbosseap-6
Jenkins Server rhc create-app <app name> jenkins-1
Node.js 0.10 rhc create-app <app name> nodejs-0.10
Node.js 0.6 rhc create-app <app name> nodejs-0.6
PHP 5.3 rhc create-app <app name> php-5.3
Perl 5.10 rhc create-app <app name> perl-5.10
Python 2.6 rhc create-app <app name> python-2.6
Python 2.7 rhc create-app <app name> python-2.7
Python 3.3 rhc create-app <app name> python-3.3
Ruby 1.8 rhc create-app <app name> ruby-1.8
Ruby 1.9 rhc create-app <app name> ruby-1.9
Tomcat 6 (JBoss EWS 1.0) rhc create-app <app name> jbossews-1.0
Tomcat 7 (JBoss EWS 2.0) rhc create-app <app name> jbossews-2.0
Zend Server 5.6 rhc create-app <app name> zend-5.6
You are using 0 of 3 total gears
The following gear sizes are available to you: small
Your client tools are now configured.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment