Created
October 21, 2013 20:45
-
-
Save ncdc/7090686 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ip-10-28-104-31 ~]# rhc app create p2 php-5.3 | |
Application Options | |
------------------- | |
Domain: agoldste | |
Cartridges: php-5.3 | |
Gear Size: default | |
Scaling: no | |
Creating application 'p2' ... done | |
Waiting for your DNS name to be available ... done | |
Cloning into 'p2'... | |
The authenticity of host 'p2-agoldste.dev.rhcloud.com (10.28.104.31)' can't be established. | |
RSA key fingerprint is 1a:a7:b7:a5:a1:32:35:d5:2d:08:2c:20:11:bf:aa:66. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added 'p2-agoldste.dev.rhcloud.com' (RSA) to the list of known hosts. | |
Your application 'p2' is now available. | |
URL: http://p2-agoldste.dev.rhcloud.com/ | |
SSH to: [email protected] | |
Git remote: ssh://[email protected]/~/git/p2.git/ | |
Cloned to: /root/p2 | |
Run 'rhc show-app p2' for more details about your app. | |
[root@ip-10-28-104-31 ~]# rhc ssh p2 | |
Connecting to [email protected] ... | |
********************************************************************* | |
You are accessing a service that is for use only by authorized users. | |
If you do not have authorization, discontinue use at once. | |
Any use of the services is subject to the applicable terms of the | |
agreement which can be found at: | |
https://www.openshift.com/legal | |
********************************************************************* | |
Welcome to OpenShift shell | |
This shell will assist you in managing OpenShift applications. | |
!!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! | |
Shell access is quite powerful and it is possible for you to | |
accidentally damage your application. Proceed with care! | |
If worse comes to worst, destroy your application with "rhc app delete" | |
and recreate it | |
!!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! | |
Type "help" for more info. | |
[p2-agoldste.dev.rhcloud.com 52659212d9a2d8fbfd000061]\> pear install --alldeps Mail | |
WARNING: "pear/Auth_SASL" is deprecated in favor of "pear/Auth_SASL2" | |
downloading Mail-1.2.0.tgz ... | |
Starting to download Mail-1.2.0.tgz (23,214 bytes) | |
........done: 23,214 bytes | |
downloading Net_SMTP-1.6.2.tgz ... | |
Starting to download Net_SMTP-1.6.2.tgz (13,077 bytes) | |
...done: 13,077 bytes | |
downloading Net_Socket-1.0.14.tgz ... | |
Starting to download Net_Socket-1.0.14.tgz (5,600 bytes) | |
...done: 5,600 bytes | |
downloading Auth_SASL-1.0.6.tgz ... | |
Starting to download Auth_SASL-1.0.6.tgz (9,119 bytes) | |
...done: 9,119 bytes | |
install ok: channel://pear.php.net/Mail-1.2.0 | |
install ok: channel://pear.php.net/Net_Socket-1.0.14 | |
install ok: channel://pear.php.net/Auth_SASL-1.0.6 | |
install ok: channel://pear.php.net/Net_SMTP-1.6.2 | |
[p2-agoldste.dev.rhcloud.com 52659212d9a2d8fbfd000061]\> pear list Mail | |
Installed Files For Mail | |
======================== | |
Type Install Path | |
php /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/php/Mail/mail.php | |
php /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/php/Mail/mock.php | |
php /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/php/Mail/null.php | |
php /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/php/Mail/RFC822.php | |
php /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/php/Mail/sendmail.php | |
php /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/php/Mail/smtp.php | |
php /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/php/Mail/smtpmx.php | |
test /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/tests/Mail/tests/9137.phpt | |
test /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/tests/Mail/tests/9137_2.phpt | |
test /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/tests/Mail/tests/13659.phpt | |
test /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/tests/Mail/tests/rfc822.phpt | |
test /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/tests/Mail/tests/smtp_error.phpt | |
test /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/tests/Mail/tests/validateQuotedString.php | |
php /var/lib/openshift/52659212d9a2d8fbfd000061/php/phplib/pear/pear/php/Mail.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment