How to test an openshift application on local host
- by panipsilos
I recently start playing with Openshift and I am wondering if there is a way to deploy ( test) your application on local host before you upload it on openshift.
Thing is that every time I make change on the code, it takes some time to push it to openshift and check if it works.
Google app engine SDK ( for Eclipse), for example, includes a web server application (app engine simulator) that allows you to test your app locally before you deploy on google.
thnx
Fotis