Changes between Version 40 and Version 41 of BluePrintlivecdinstaller
- Timestamp:
- 12/31/10 11:37:07 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintlivecdinstaller
v40 v41 47 47 * [ConfigurationGuidelines#UsefulAliases Useful Aliases] 48 48 * [ConfigurationGuidelines#TicketViewer Ticket Viewer] 49 50 1st run: 51 {{{ 52 cd ~web2py 53 # migrate/import 54 python web2py.py -S eden -M -R applications\eden\static\scripts\tools\noop.py 55 # prepop off 56 sed -i 's/deployment_settings.base.prepopulate = True/deployment_settings.base.prepopulate = False/g' models/000_config.py 57 # migrate off 58 sed -i 's/deployment_settings.base.migrate = True/deployment_settings.base.migrate = False/g' 000_config.py 59 # compile 60 python web2py.py -S eden -R applications/eden/static/scripts/tools/compile.py 61 }}} 49 62 50 63 Run with password & NIC bound to real IP (need to work out how to find this out):