Changes between Version 57 and Version 58 of InstallationGuidelines/Windows/Maintenance


Ignore:
Timestamp:
10/27/12 10:26:17 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Windows/Maintenance

    v57 v58  
    1919  * compiled
    2020  * 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
    2222  * modules/test_utils
    2323  * modules/tests
     
    4141 * Create routes.py as follows:
    4242{{{
    43 default_application = 'eden'    # ordinarily set in base routes.py
    44 default_controller = 'default'  # ordinarily set in app-specific routes.py
    45 default_function = 'index'      # ordinarily set in app-specific routes.py
     43default_application = 'eden'
     44default_controller = 'default'
     45default_function = 'index'
    4646}}}
    4747 * Delete sahana-eden-setup.exe in the Web2Py Directory if it exists
     
    5050 * Open NSIS -> Compile NSI scripts -> File -> Load Script -> Select end-user-install.nsi in your dist dir -> OK
    5151 * After a few seconds: The new sahana-eden-setup.exe should be in your dist directory
    52  
     52 * Test it!
     53
    5354== !ToDo ==
    5455 * Get !ReportLab working: http://pastebin.com/CfzRE7Dg