Changes between Version 57 and Version 58 of InstallationGuidelines/Windows/Maintenance
- Timestamp:
- 10/27/12 10:26:17 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Maintenance
v57 v58 19 19 * compiled 20 20 * docs 21 * models/000_config.py (unless you want a pre-configured one here)21 * models/000_config.py should be copied fresh from templates/ and have the FINISHED_EDITING_CONFIG_FILE line commented 22 22 * modules/test_utils 23 23 * modules/tests … … 41 41 * Create routes.py as follows: 42 42 {{{ 43 default_application = 'eden' # ordinarily set in base routes.py44 default_controller = 'default' # ordinarily set in app-specific routes.py45 default_function = 'index' # ordinarily set in app-specific routes.py43 default_application = 'eden' 44 default_controller = 'default' 45 default_function = 'index' 46 46 }}} 47 47 * Delete sahana-eden-setup.exe in the Web2Py Directory if it exists … … 50 50 * Open NSIS -> Compile NSI scripts -> File -> Load Script -> Select end-user-install.nsi in your dist dir -> OK 51 51 * After a few seconds: The new sahana-eden-setup.exe should be in your dist directory 52 52 * Test it! 53 53 54 == !ToDo == 54 55 * Get !ReportLab working: http://pastebin.com/CfzRE7Dg