I have a python application that needs to be run 24/7. I have employed openshift to do this. I have managed to get the files up on openshift. However if I want to execute this application, how do I go about doing this. This particular application has an executable python file that needs to be run to run the application.
Any help is greatly appreciated