This refers to the following thread--- https://groups.google.com/group/web2py/browse_thread/thread/4350a3b6836f9dd4/dca9c0e1f1c7540b?lnk=gst&q=ubuntu @Preit, excellent work for preparing the script. I'm encouraged to see that the w2p community is always active. It is really nice to work with web2py.
Till date, I have been developing on Windows. Now I wish to switch on Open Source OS. I've installed Ubuntu alongside existing Win7. Pl. consider that I am new to non-Windows OS. My queries-- ------------------------------------------------------------ (queries related to the script by 'pbreit') 1) If I use the script written by "pbreit", it will install Nginx 0.8.54 & uWSGI 0.9.7.1. Till date, I was using the default Rocket web server which required no configuration. Whether nginx will also run without any other settings? or any config would be reqd.? ------------------------------------------------------------ 2) I use MySQL. Hence do not need PostGresql. Can I safely comment-out the 2 lines in script related to the installation of postgresql? Or will it break any other dependency? ------------------------------------------------------------ 3) BTW, since pbreit has written a special script, it poses one question in my mind --- What thing might be missing if I just download the w2p source, unzip it & run "> python2.5 web2py.py" from the Terminal ? ------------------------------------------------------------ (query related to web2py in general) 4) Whether same version of w2p runs On Ubuntu 32-bit & 64-bit versions. I could not see different versions of w2p (32/64) on the download page. Is it so, that only 32 bit version of w2p is available (which runs happily on 64 bit machine)? ------------------------------------------------------------ Thanks, Vineet.

