Re: [web2py] Re: New server

2010-08-10 Thread Julius Minka
V Pondelok, 9. august 2010 o 15:05 -0700, mdipierro napísal(a): This worked for me: http://code.google.com/p/web2py/source/browse/scripts/setup-web2py-fedora.sh I believe it was not clean install and all dependencies were met before running this script. Or? Julius On Aug 9, 3:06 pm,

[web2py] Re: New server

2010-08-10 Thread Anthony
On Aug 9, 9:33 am, Thadeus Burgess thade...@thadeusb.com wrote: Just make sure to follow ALL of the web2py performance enhancements. * Compile the app * Sessions to database * Make sure all database tables are designed to be thread safe (ie: don't do things like this...

Re: [web2py] Re: New server

2010-08-10 Thread Thadeus Burgess
Basically, a non-thread safe table design is one that relies on the programming code to calculate defaults based on other values in the database. A prime example is that web2py does not support autoincrement columns other than the automatic primary key of id. If you need a autoincrement column as

[web2py] Re: New server

2010-08-10 Thread Anthony
Thanks. That explanation is helpful. On Aug 10, 8:49 pm, Thadeus Burgess thade...@thadeusb.com wrote: Basically, a non-thread safe table design is one that relies on the programming code to calculate defaults based on other values in the database. A prime example is that web2py does not

[web2py] Re: New server

2010-08-09 Thread Martin.Mulone
Mine ubuntu server 8.04 hardy heron, with apache2 mod_wsgi, web2py in production. Work very well. On Aug 9, 9:31 am, Julius Minka j...@minka.sk wrote: V Pondelok, 9. august 2010 o 05:05 -0700, Kenneth napísal(a): Hello, I´m in the process of starting a newer server for my web2py

[web2py] Re: New server

2010-08-09 Thread mdipierro
For the love of god don't use CentOS for python web applications. I may have to use it for a project (got no choice). Any advice? Massimo

Re: [web2py] Re: New server

2010-08-09 Thread Vasile Ermicioi
I use CentOS + python2.7 + web2py + gevent.pywsgi works great, I could help with installation if you need

Re: [web2py] Re: New server

2010-08-09 Thread Thadeus Burgess
I guess the key is, no CentOS with apache/mod_wsgi. Can't comment on other webservers since I never tried them with CentOS... just Apache. -- Thadeus On Mon, Aug 9, 2010 at 9:49 AM, Vasile Ermicioi elff...@gmail.com wrote: I use CentOS + python2.7 + web2py + gevent.pywsgi works great, I

[web2py] Re: New server

2010-08-09 Thread mdipierro
I have a machine with configuration (somebody set it up for me and it seesm to work). On Aug 9, 10:00 am, Thadeus Burgess thade...@thadeusb.com wrote: I guess the key is, no CentOS with apache/mod_wsgi. Can't comment on other webservers since I never tried them with CentOS... just Apache. --

Re: [web2py] Re: New server

2010-08-09 Thread Thadeus Burgess
Does it have Plesk or a similar control panel installed? -- Thadeus On Mon, Aug 9, 2010 at 10:46 AM, mdipierro mdipie...@cs.depaul.edu wrote: I have a machine with configuration (somebody set it up for me and it seesm to work). On Aug 9, 10:00 am, Thadeus Burgess thade...@thadeusb.com

[web2py] Re: New server

2010-08-09 Thread mdipierro
no On Aug 9, 11:45 am, Thadeus Burgess thade...@thadeusb.com wrote: Does it have Plesk or a similar control panel installed? -- Thadeus On Mon, Aug 9, 2010 at 10:46 AM, mdipierro mdipie...@cs.depaul.edu wrote: I have a machine with configuration (somebody set it up for me and it seesm

Re: [web2py] Re: New server

2010-08-09 Thread Thadeus Burgess
That might be why I had so much difficulty with CentOS. -- Thadeus On Mon, Aug 9, 2010 at 12:14 PM, mdipierro mdipie...@cs.depaul.edu wrote: no On Aug 9, 11:45 am, Thadeus Burgess thade...@thadeusb.com wrote: Does it have Plesk or a similar control panel installed? -- Thadeus On

Re: [web2py] Re: New server

2010-08-09 Thread Kenneth Lundström
I have a clean install of CentOS 5.5, so I´ll try to write down every step of installing web2oy and make a slice of it. Kenneth That might be why I had so much difficulty with CentOS. -- Thadeus On Mon, Aug 9, 2010 at 12:14 PM, mdipierromdipie...@cs.depaul.edu wrote: no On Aug 9,

[web2py] Re: New server

2010-08-09 Thread Fred
You might look at http://www.web2py.com/AlterEgo/default/show/239 as a basis.

[web2py] Re: New server

2010-08-09 Thread mdipierro
This worked for me: http://code.google.com/p/web2py/source/browse/scripts/setup-web2py-fedora.sh On Aug 9, 3:06 pm, Kenneth Lundström kenneth.t.lundst...@gmail.com wrote:   I have a clean install of CentOS 5.5, so I´ll try to write down every step of installing web2oy and make a slice of it.

[web2py] Re: New server

2010-08-09 Thread elffikk
a few files that I used for CentOS 5+ (I can;t attach them so I provide links) http://thebookle.com/thebookle/static/install/supay.py http://thebookle.com/thebookle/static/install/www.d http://thebookle.com/thebookle/static/install/server_install.txt use commands from server_install.txt place