-
Notifications
You must be signed in to change notification settings - Fork 21
Home
shawnzam edited this page Apr 23, 2014
·
7 revisions
Welcome to the openshift_web2py wiki!
After git pull -s recursive -X theirs upstream master
in the installation step, let's update to lastest web2py.
- Remove outdated
web2py
folder inwsgi/
in the pulled git repo. - Remove outdated
gluon
folder inlibs/
- Download latest web2py_src.zip from official website. Extract the zip file.
- Copy latest
web2py
intowsgi/
- Move the
gluon
inwsgi/web2py/
tolibs/
Then continue the installation guide with add commit push.
I also had to change line 13 in wsgi/application
from
WEB2PY_LOG = os.path.join(os.environ['OPENSHIFT_PYTHON_LOG_DIR'],'web2py.log')
to
WEB2PY_LOG = os.path.join(os.environ['OPENSHIFT_LOG_DIR'],'web2py.log')