Changes between Version 2 and Version 3 of ProductieStappen
- Timestamp:
- 01/14/15 11:49:20 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProductieStappen
v2 v3 45 45 This 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) 46 46 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 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. The file [source:website/trunk/website/conf/production/settings_live.py] provides a template for this file 48 48 49 49 === Migration === 50 50 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 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 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: 52 52 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