Changes between Version 2 and Version 3 of ProductieStappen


Ignore:
Timestamp:
01/14/15 11:49:20 (10 years ago)
Author:
mschenk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ProductieStappen

    v2 v3  
    4545This container runs the actual website code. The current website code needs to be installed in /var/o2eappserver/fig/website. This directory is available as /code inside the docker image. (Further paths in this section will be specific to the docker instance)
    4646
    47 The website as checked out from svn will not work properly due to missing settings. In order to create a working setup a settings_local.py file needs to be installed in /code/website/conf
     47The website as checked out from svn will not work properly due to missing settings. In order to create a working setup a settings_local.py file needs to be installed in /code/website/conf. The file [source:website/trunk/website/conf/production/settings_live.py] provides a template for this file
    4848
    4949=== Migration ===
    5050
    51 When migration's are run (using Django south) the system will mess up in a master-slave configuration. This is due to bugs in the south multi-db implementation. In order to circumvent these problems
     51When migration's are run (using Django south) the system will mess up in a master-slave configuration. This is due to bugs in the south multi-db implementation. In order to circumvent these problems a number of temporary changes need to made in the /code/website/conf/settings_local.py. Specifically, the following entries need to be commented out:
    5252
     53[[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=10,end=10)]]
     54[[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=25,end=35)]]
     55[[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=38,end=40)]]
     56
     57
     58