Chetan,

No worries, I'm confident we'll get you up and going. 

The fact that the default Openshift page is still coming up tells me one of 
two things:

   1.) Your wsgi-handler (<your-project>/wsgi/application) isn't setup 
correctly
   2.) It *is* setup correctly but for some reason it's not overriding the 
default one in the openshift hosted environment when you do a git push. 

Can you take the following action:
    1.) Post the contents of that file here
    2.) ssh into your instance and cd to $OPENSHIFT_REPO_DIR and check the 
contents of it there to make sure it matches

Cheers,
Andrew


On Friday, February 1, 2013 9:55:11 AM UTC-6, Chetan Patil wrote:
>
> Hi Andrew,
>
> Thanks for your reply.
>
> On Fri, Feb 1, 2013 at 9:01 PM, Andrew <andrew....@gmail.com <javascript:>
> > wrote:
>
>> So if you don't want to use the above two git statements, you also need 
>> to copy the following for starters:
>>    1.) application  from github project to <your-project>/wsgi/
>>    2.) .openshift   from github project to <your-project>/
>>    3.) setup.py    from github project to <your-project>/
>>    4.) libs/gluon   from github project to <your-project>/libs   (also 
>> make sure gluon is symlinked from <your-project>/wsgi/web2py/gluon -> 
>> <your-project>/libs/gluon
>>
>> Try that and redo your git add . from the project root, commit and push 
>> and let me know how it goes. 
>>
>
> Followed the steps, however same issue. The welcome page is coming.
>
> I'll once again explain what I have :
>
> 1) I have created an rhc app named web2py.
> 2) After that I have moved all the contents where I did localhost app 
> development. So those are the files of web2py official source with my 
> application residing next to the welcome or admin app inside application 
> folder.
> 3) So the web2py folder I created using rhc has everything.
> 4) Now I'm pushing this to red hat open shift. I also did the changes said 
> above.
>
> Structure of rhc app directory on my system :
>
> openshift(folder)/
>              /web2py(rhc created folder)/
>                                                     /(web2py official 
> source including my application)
>                
>
> I'm terribly doing something bad.
>
> -- 
> Thank You and Warm Regards,
>  
> Chetan Arvind Patil,
> www.chetanpatil.info
>  
>
>  

-- 

--- 
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.


Reply via email to