Changes between Version 34 and Version 35 of InstallationGuidelines/Developer/PostPython
- Timestamp:
- 01/22/18 19:40:19 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Developer/PostPython
v34 v35 7 7 }}} 8 8 9 As of 2017-09-13 Sahana does not support web2py 2.15.* - you need to revert to web2py-2.14.6. 10 {{{ 9 ~~As of 2017-09-13 Sahana does not support web2py 2.15.* - you need to revert to web2py-2.14.6.~~ 10 11 (2018-01-22) Sahana now supports both web2py-2.14.6 (#cda35fd) and web2py-2.16.1 (#7035398) stable releases, so you can either: 12 13 {{{#!bash 11 14 cd web2py 15 # Reset to web2py-2.14.6 12 16 git reset --hard cda35fd 13 17 git submodule update 14 18 }}} 15 19 20 or: 16 21 22 {{{ 23 cd web2py 24 # Reset to web2py-2.16.1 25 git reset --hard 7035398 26 git submodule update 27 }}} 17 28 == Install Eden == 18 29