Changes between Version 188 and Version 189 of DeveloperGuidelines
- Timestamp:
- 06/15/12 22:12:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v188 v189 132 132 The build script is {{{static/scripts/tools/build.sahana.py}}} 133 133 134 It needs to be run from the 'tools' folder. 134 It needs to be run as a web2py script: 135 {{{ 136 python web2py.py -S eden -M -R applications/eden/static/scripts/tools/build.sahana.py 137 }}} 135 138 136 139 There is also a convenience wrapper for Windows to run this & also move results into their respective locations: {{{static/scripts/tools/build.cmd}}}