Re: [web2py] Re: Web2Py on OpenShift

2013-02-01 Thread Chetan Patil
Hello Andrew, Thanks for your help due to which I was able to get web2py app up and running. May you please point me to some weblinks where in I will be able to understand on how to host only the application and to avoid visitors to navigate into web2py IDE and other admins links. Like I just wa

Re: [web2py] Re: Web2Py on OpenShift

2013-02-01 Thread Chetan Patil
Hello Andrew, On Sat, Feb 2, 2013 at 8:53 AM, Chetan Patil wrote: > Now the issue is : > > I have followed the password hashed line as you said i.e. to copy > parameters_8080.oy to wsgi/web2py. > > However the applications I see in the web2py on openshift link of mine > doesn't contain my applic

Re: [web2py] Re: Web2Py on OpenShift

2013-02-01 Thread Chetan Patil
Hello Andrew On Fri, Feb 1, 2013 at 11:43 PM, Andrew wrote: > Ok that's the first (and hopefully only!) problem. That's the default > application file. Each application will need a slightly different > wsgi-handler and I had to tweak it for OpenShift. You need to use the one > from the Github p

Re: [web2py] Re: Web2Py on OpenShift

2013-02-01 Thread Andrew
Ok that's the first (and hopefully only!) problem. That's the default application file. Each application will need a slightly different wsgi-handler and I had to tweak it for OpenShift. You need to use the one from the Github project here: https://github.com/prelegalwonder/openshift_web2py/blo

Re: [web2py] Re: Web2Py on OpenShift

2013-02-01 Thread Andrew
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 (/wsgi/application) isn't setup correctly 2.) It *is* setup correctly but for some reason it's not overriding the

Re: [web2py] Re: Web2Py on OpenShift

2013-02-01 Thread Chetan Patil
Hi Andrew, Thanks for your reply. On Fri, Feb 1, 2013 at 9:01 PM, Andrew 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 /wsgi/ >2.) .openshift from github project to / >

Re: [web2py] Re: Web2Py on OpenShift

2012-12-03 Thread Alec Taylor
On Sun, Oct 21, 2012 at 1:57 AM, Massimo Di Pierro wrote: > Notice you can do > > $ pip install pyfilesystem > import pyfilesystem s3 = fs.s3fs.S3FS() db.define_table('mytable',,Field('file','upload',uploadfs = s3),...) > > You can use any pyfilesystem (s3, dropbox, ftp, zip

Re: [web2py] Re: Web2Py on OpenShift

2012-07-25 Thread Andrew Replogle
Updated the issue on github: https://github.com/prelegalwonder/openshift_web2py/issues/3 Will research wsgi spec tomorrow to see if this behavior is expected. --

Re: [web2py] Re: Web2Py on OpenShift

2012-07-25 Thread Alec Taylor
Excellent, thanks. I haven't really looked at the newly built in OpenShift feature, but I'm pretty sure it just facilitates updating the application on OpenShift, rather than the application + web-framework. On Thu, Jul 26, 2012 at 6:23 AM, Andrew Replogle wrote: > I haven't attempted with a rec

Re: [web2py] Re: Web2Py on OpenShift

2012-07-25 Thread Andrew Replogle
I haven't attempted with a recent release. I'll pull down trunk and see if I can get the admin working. Keep in mind that when an OpenShift gear is started, your configuration is copied from the git area to a runtime area and executed from there. So, while I haven't tested this and can't confirm f

Re: [web2py] Re: Web2Py on OpenShift

2012-07-12 Thread Jake Richter
This is really fantastic! Just went to an OpenShift demo and the first thing I wondered was whether web2py was taking advantage of this service. Just tested it out and works great! Thanks, - Jake On Tue, Jul 3, 2012 at 10:15 PM, Massimo Di Pierro wrote: > > Thank you. This is great. > > On Frid