How to test an openshift application on local host

Posted by panipsilos on Stack Overflow See other posts from Stack Overflow or by panipsilos
Published on 2012-06-27T09:12:39Z Indexed on 2012/06/27 9:15 UTC
Read the original article Hit count: 191

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about localhost

Related posts about openshift