Changes between Version 40 and Version 41 of BluePrintlivecdinstaller


Ignore:
Timestamp:
12/31/10 11:37:07 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintlivecdinstaller

    v40 v41  
    4747 * [ConfigurationGuidelines#UsefulAliases Useful Aliases]
    4848 * [ConfigurationGuidelines#TicketViewer Ticket Viewer]
     49
     501st run:
     51{{{
     52cd ~web2py
     53# migrate/import
     54python web2py.py -S eden -M -R applications\eden\static\scripts\tools\noop.py
     55# prepop off
     56sed -i 's/deployment_settings.base.prepopulate = True/deployment_settings.base.prepopulate = False/g' models/000_config.py
     57# migrate off
     58sed -i 's/deployment_settings.base.migrate = True/deployment_settings.base.migrate = False/g' 000_config.py
     59# compile
     60python web2py.py -S eden -R applications/eden/static/scripts/tools/compile.py
     61}}}
    4962
    5063Run with password & NIC bound to real IP (need to work out how to find this out):