Re: [web2py] Is there anyone using Linode to host Web2py??

2012-04-13 Thread Marco Tulio Cicero de M. Porto
2012/4/6 Bruce Wade bruce.w...@gmail.com That script doesnt work on newer ubuntu versions uwsgi-python should just be uwsgi. Tried on 11.10 and 12.04 both failed. I was using 10.04, then I upgraded it to 11.10 and now it doesn't works anymore... why? :P

Re: [web2py] Is there anyone using Linode to host Web2py??

2012-04-13 Thread Bruce Wade
uwsgi package changed. On Fri, Apr 13, 2012 at 5:35 AM, Marco Tulio Cicero de M. Porto mtcpo...@gmail.com wrote: 2012/4/6 Bruce Wade bruce.w...@gmail.com That script doesnt work on newer ubuntu versions uwsgi-python should just be uwsgi. Tried on 11.10 and 12.04 both failed. I was using

Re: [web2py] Is there anyone using Linode to host Web2py??

2012-04-06 Thread pbreit
I don't think so. Try: apt-get install python-imaging

Re: [web2py] Is there anyone using Linode to host Web2py??

2012-04-06 Thread Kenny Chung
I just did it. :) thank you. On Fri, Apr 6, 2012 at 12:10 AM, pbreit pbreitenb...@gmail.com wrote: I don't think so. Try: apt-get install python-imaging

[web2py] Is there anyone using Linode to host Web2py??

2012-04-05 Thread Kenny
I just registered for Linode to host web2py. after playing it for few hours, It doesnt seem too easy to deploy.. I followed https://groups.google.com/forum/?fromgroups#!topic/web2py/kd_A86Qwz6w by creating a script and run it. (init.deb.sh files are relocated) I think everything's followed

Re: [web2py] Is there anyone using Linode to host Web2py??

2012-04-05 Thread Bruno Rocha
I use Linode and I just run web2py/scripts/nginx+uwsgi and t works like a charm! On Fri, Apr 6, 2012 at 1:14 AM, Kenny nis...@gmail.com wrote: I just registered for Linode to host web2py. after playing it for few hours, It doesnt seem too easy to deploy.. I followed

Re: [web2py] Is there anyone using Linode to host Web2py??

2012-04-05 Thread Kenny
i am following their tut right now. It caused 502 Bad Gateway any idea? On Thursday, April 5, 2012 9:39:13 PM UTC-7, rochacbruno wrote: I use Linode and I just run web2py/scripts/nginx+uwsgi and t works like a charm! On Fri, Apr 6, 2012 at 1:14 AM, Kenny nis...@gmail.com wrote: I just

Re: [web2py] Is there anyone using Linode to host Web2py??

2012-04-05 Thread Bruno Rocha
go to your shell, download web2py, unzip it and run the script ~/$ wget http://www.web2py.com/examples/static/web2py_src.zip ~/$ unzip web2py_src.zip ~/$ cd web2py/scripts ~/web2py/scripts$ chmod +x setup-web2py-nginx-uwsgi-ubuntu.sh ~/web2py/scripts $ ./setup-web2py-nginx-uwsgi-ubuntu.sh just

Re: [web2py] Is there anyone using Linode to host Web2py??

2012-04-05 Thread Kenny
Rocha! What just happened?!!! wow! I was looking at the codes falling down on the screen for few mins. I was like What's this script doing? and then.. boom! done and done. Thank you! I have one more question. Did this script install PIL? It was too many lines. I wasn't able to catch up.

Re: [web2py] Is there anyone using Linode to host Web2py??

2012-04-05 Thread Bruce Wade
That script doesnt work on newer ubuntu versions uwsgi-python should just be uwsgi. Tried on 11.10 and 12.04 both failed. On Apr 5, 2012 10:12 PM, Bruno Rocha rochacbr...@gmail.com wrote: go to your shell, download web2py, unzip it and run the script ~/$ wget

Re: [web2py] Is there anyone using Linode to host Web2py??

2012-04-05 Thread Kenny Chung
@Bruce, I see. I will keep that in mind. Glad that I ran it on 10.04.