Update of /var/cvs/contributions/CMSContainer/migration
In directory james.mmbase.org:/tmp/cvs-serv26491/migration

Modified Files:
      Tag: b1_4
        migration_1.3_to_1.4.txt 
Log Message:
CMSC-779 Added remote url methods


See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/migration
See also: http://www.mmbase.org/jira/browse/CMSC-779


Index: migration_1.3_to_1.4.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/migration/migration_1.3_to_1.4.txt,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -b -r1.4.2.2 -r1.4.2.3
--- migration_1.3_to_1.4.txt    18 Feb 2008 09:48:33 -0000      1.4.2.2
+++ migration_1.3_to_1.4.txt    25 Feb 2008 13:23:55 -0000      1.4.2.3
@@ -110,4 +110,29 @@
 *
 *
 
+Name: Renamed egemmail.livepath property to system.livepath
+Goal: 
+Type:  sql-script
+--- Start script ---
+UPDATE mm_proeprties SET key = 'system.livepath' WHERE key = 
'egemmail.livepath';
+UPDATE live_proeprties SET key = 'system.livepath' WHERE key = 
'egemmail.livepath';
 
+--- End script ---
+Exceptions/errors/other problems and what to do:
+*
+*
+*
+
+Name: Add property system.livepath
+Goal: 
+Type:  action
+--- Start script ---
+Log into the editors
+Go to Admin -> Properties
+Add new property with name 'system.livepath' and value the url of the live 
application
+E.g. http://demo.cmscontainer.org/cmsc-live/ 
+--- End script ---
+Exceptions/errors/other problems and what to do:
+*
+*
+*
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to