Farah Juma commented on Feature Request AGPUSH-475

Some useful rhc commands that should be included in the guide:

ssh into your instance:

rhc ssh <APP>

show information about your app:

rhc app show <APP>

check the status of your aerogear-push cartridge:

rhc cartridge status -a <APP> -c aerogear-push

check the status of your mysql cartridge:

rhc cartridge status -a <APP> -c mysql

tail the JBoss AS server.log file:

rhc tail <APP>

view the full JBoss AS server.log file:

rhc ssh <APP>
less aerogear-push/standalone/log/server.log 
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira