Changes between Version 39 and Version 40 of BluePrintlivecdinstaller
- Timestamp:
- 12/31/10 11:36:08 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintlivecdinstaller
v39 v40 60 60 Need a way to keep the system updated easily (web2page?): 61 61 {{{ 62 cd web2py 63 bzr up -r <revision> 64 cd applications/eden 65 bzr up -r <revision> 62 # migrate on 63 sed -i 's/deployment_settings.base.migrate = False/deployment_settings.base.migrate = True/g' 000_config.py 64 rm -rf /home/web2py/applications/eden/compiled 65 cd ~web2py 66 # migrate 67 python web2py.py -S eden -M -R applications\eden\static\scripts\tools\noop.py 68 # dbstruct (not needed for sqlite) 69 # migrate off 70 sed -i 's/deployment_settings.base.migrate = True/deployment_settings.base.migrate = False/g' 000_config.py 71 # compile 72 python web2py.py -S eden -R applications/eden/static/scripts/tools/compile.py 66 73 }}} 67 74 75 ==== Online Profile ==== 76 In order to have full control of what a remote system has, without the need for user intervention, we should have each instance talk to an online profile from which it reads what it needs to do: 77 * Version of Eden 78 * Version of Web2Py 79 * Upgrade scripts 80 * 000_config settings 81 * modules enabled 82 * Reference data to import 68 83 == Normal == 69 84 Designed to be run headless in an office of up to 50 users with poor quality Internet...would be a dedicated machine if a lot of users.