Why not use the setup-web2py-ubuntu.sh script? web2py/scripts/setup-web2py-ubuntu.sh
Richard On Wed, Sep 21, 2011 at 9:28 AM, Re Fabro <[email protected]> wrote: > One did happen to me, web2py running on apache, I had not given permission > and did not run ... > Apache uses to run the web2py, easy and you do not have the server q is > loading ... about postgre pyscopg2 you will need ... > > * > Obrigado, > Renato Fabro - @re_mf* > > > > 2011/9/21 José Luis Redrejo Rodríguez <[email protected]> > >> My recomendation is: >> install the debian package: >> python-gluon >> (install too python-web2py if you want to develop , if you just want >> to deploy, only python-gluon is needed). >> Read the /usr/share/doc/python-gluon/Readme.Debian >> you'll only need to modify the name of your application path in the >> scripts that the package contains following the Readme.Debian >> procedures. >> >> The python-gluon package is already in Ubuntu "oneiric" but it's more >> updated in Debian . The package can be installed in any Debian or >> Ubuntu version using python2.6 as default, it doesn't matter if your >> version is not "oneiric". >> >> Cheers >> >> 2011/9/21 Web2Py Freak <[email protected]>: >> > Hello guy , >> > >> > i switched from using windows to Ubuntu , and i am trying to install >> > apache+python+mod_wsgi+web2py+postgresql from scratch , so i used the >> > one step deployment from the book: >> > >> > wget http://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh >> > chmod +x setup-web2py-ubuntu.sh >> > sudo ./setup-web2py-ubuntu.sh >> > >> > so i have web2py now in home/www-data/web2py so how do i use web2py >> > now am trying to run web2py.py but its not runing and and i want to >> > use postgresql .. >> > >> > so what to do guys >> > >> > best regards >> > >> > >

