Hello, On Friday, June 8, 2012 8:37:39 PM UTC+5:30, Andrew wrote: > > You can find it here: - https://github.com/prelegalwonder/openshift_web2py >
I followed this guide. This is what I have : I've created an application which stays in application folder of web2py source. I did following to push the app on open shift : 1) Created OpenShift account. Setting up environment on my ubuntu machine. 2) Using rhc app create -a web2py -t python-2.6 I created the web2py folder/application on my system and open shift account. 3) Then I've copied all the content which includes the web2py source and above application inside folder created in step 2. 4) The I did : (a) git add . (b) git commit -a -m "message" (c) git push 5) Everything works fine and the application/web2py is deployed. However when I go to the app URL. It still showing : Welcome To OpenShift page. I did appended following to the app URL : appURL/welcome/default/index still web2py isn't up. May anyone please let me know where am I going wrong ? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.