Artifact df079f62a176e27792aa71d307bf7de225bcff87:
- File scripts/setup-shared-hosting-2.4.sh — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 360) [annotate] [blame] [check-ins using] [more...]
# install virtualenv easy_install virtualenv python virtualenv.py w2env # install missing modules w2env/bin/easy_install -U pysqlite hashlib # donwload web2py and unpack wget http://web2py.com/examples/static/web2py_src.zip unzip web2py_src.zip cd web2py # start web2py using command-line script w2env/bin/python web2py.py -i 0.0.0.0 -p 8123 -a 'adminpasswd'