Changes between Version 2 and Version 3 of InstallationGuidelines/Windows/Maintenance


Ignore:
Timestamp:
09/25/10 23:18:06 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Windows/Maintenance

    v2 v3  
    33End-user Instructions: InstallationGuidelinesWindows
    44
    5  * {{{static/scripts/tools/standalone_exe.py}}}
    6   * Clean the Eden folder (databases/errors/sessions)
    7   * rename it as 'init'
    8   * Zip-up folder contents
    9   * Customise {{{C:\Program Files\NSIS\Contrib\zip2exe\Modern.nsh}}}:
     5 * Clean the Eden folder (databases/errors/sessions)
     6{{{
     7c:
     8cd \bin\web2py
     9c:\bin\python26\python applications\eden\static\scripts\tools\standalone_exe.py
     10}}}
     11 * Zip-up contents of 'dist' folder
     12  * rename eden as 'init'
     13  * Delete the examples & welcome folders
     14 * Customise {{{C:\Program Files\NSIS\Contrib\zip2exe\Modern.nsh}}}:
    1015{{{
    1116!include "MUI.nsh"
     
    3035SectionEnd
    3136}}}
    32   * use NSIS' {{{zip2exe.exe}}} to convert to an .exe
     37 * use NSIS' {{{zip2exe.exe}}} to convert to an .exe
    3338
    3439----