Changes between Version 61 and Version 62 of InstallationGuidelines/Windows/Maintenance


Ignore:
Timestamp:
11/22/13 22:27:55 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Windows/Maintenance

    v61 v62  
    3535  * static/themes/* (All unused templates, although keep default & bootstrap if using a theme based on that)
    3636  * tests
    37  * Add missing file & then run the program once
    38 {{{
    39 c:
    40 cd \web2py
    41 copy splashlogo.gif dist
    42 cd dist
    43 web2py.exe
    44 # Ignore any NEWINSTALL error, if seen
    45 }}}
     37 * Open library.zip & delete any unnecessary libs:
     38  * gluon\contrib\fpdf
     39  * gluon\contrib\pg8000
     40  * gluon\contrib\pymysql
     41  * gluon\contrib\populate.pyc
     42  * iPython
     43  * numpy
    4644 * Create routes.py as follows:
    4745{{{