Changes between Version 39 and Version 40 of BluePrintlivecdinstaller


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintlivecdinstaller

    v39 v40  
    6060Need a way to keep the system updated easily (web2page?):
    6161{{{
    62 cd web2py
    63 bzr up -r <revision>
    64 cd applications/eden
    65 bzr up -r <revision>
     62# migrate on
     63sed -i 's/deployment_settings.base.migrate = False/deployment_settings.base.migrate = True/g' 000_config.py
     64rm -rf /home/web2py/applications/eden/compiled
     65cd ~web2py
     66# migrate
     67python web2py.py -S eden -M -R applications\eden\static\scripts\tools\noop.py
     68# dbstruct (not needed for sqlite)
     69# migrate off
     70sed -i 's/deployment_settings.base.migrate = True/deployment_settings.base.migrate = False/g' 000_config.py
     71# compile
     72python web2py.py -S eden -R applications/eden/static/scripts/tools/compile.py
    6673}}}
    6774
     75==== Online Profile ====
     76In 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
    6883== Normal ==
    6984Designed 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.