Shell Access on OpenShift is possible through the command line tool. Basic UNIX commands and their own commands can be executed on OpenShift PaaS Cloud. MySQL supports interactive mode as well. Although it is not possible to run all the commands we usually run through SSH / Telnet, actually these are handy for the user. There are advanced users, who might want to enjoy the shell access on OpenShift – its enabled for the free quota too.
Shell Access on OpenShift : Things Starts From Here
Shell access on OpenShift needs to have the command line tool installed beforehand like we described in our guide Installing Command Line Tool for Red Hat OpenShift PaaS on OSX. Things can go complex for a practical usage like Installing WordPress on Free OpenShift PaaS. Obviously there is official guide from OpenShift too :
1 | https://www.openshift.com/blogs/dive-into-openshift-with-ssh |
Shell Access on OpenShift : What we Saw and Did ?
Command to get access / doing ssh is like :
---
1 | ssh 80a3fabb10b94b74bccb52efe24e124e@thecustomizewindows-abhishekghosh.rhcloud.com |
Red, Blue and Green fonts are variables. You will get them from your Apps dashboard. They give the link to full git, that full part is not required. This is a part of the screen in action :
Like Heroku PaaS, OpenShift also uses an app folder to run the apps (can be seen from their source code too). Actually this is not the real webroot what we normally use.
Vim works, this is possibly a big plus point over Heroku. Normal commands which usually do not require root privilege, works. Some commands which requires root privilege also works – like make command. For installing custom softwares, possibly this is the practical way.
We noticed that, actually as expected; all server softwares or web frameworks are actually accessible from this user level. They are restricted from the App level. So, which python or which ruby command will show you the path. Not all PHP components are installed, a bit in better condition than Heroku but practically this makes PaaS as a whole pretty useless for custom software usages. PaaS are good for running ready made web softwares like WordPress or simple PHP, Node.js apps, but they fails to deliver the things we want for free – like installing Gitlab is a definite pain on any of these PaaS.
Despite so much business competition, not many actually gives a full server with SSH access. We wish some funky ‘as a service’ discovery will further increase the competition – we can enjoy more things (including poison) for free of cost.
Tagged With how to access the python commandline in your openshift pod