Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1l4pbf7
via LifeLong Community
openshift rhc setup using multiple accounts - Stack Overflow
rhc command line tools come with the global option "-l, --rhlogin LOGIN". You have two options:
1) Use -l flag with every command to specify the login name OR
rhc app create <appname> <cartridge> [-l username1/username2]
2) Run "rhc setup -l LOGIN" between the sessions. Once done managing apps from one account you can end the session for it by running "rhc account logout".
rhc setup -l username1
rhc app create <appname> <cartridge>
rhc account logout
rhc setup -l username2
When you can "rhc setup" command, the username information gets stored in .openshift/express.conf file; hence the need to run it again when you want to switch the account.http://ift.tt/1l4pbf5
http://ift.tt/Rt3bQY
rhc command line tools come with the global option "-l, --rhlogin LOGIN". You have two options:
1) Use -l flag with every command to specify the login name OR
rhc app create <appname> <cartridge> [-l username1/username2]
2) Run "rhc setup -l LOGIN" between the sessions. Once done managing apps from one account you can end the session for it by running "rhc account logout".
rhc setup -l username1
rhc app create <appname> <cartridge>
rhc account logout
rhc setup -l username2
When you can "rhc setup" command, the username information gets stored in .openshift/express.conf file; hence the need to run it again when you want to switch the account.http://ift.tt/1l4pbf5
http://ift.tt/Rt3bQY
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1l4pbf7
via LifeLong Community
No comments:
Post a Comment