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

Modified Files:
        migration_1.3_to_1.4.txt 
Log Message:
CMSC-779 - add remote methods for number, node and urls 


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.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- migration_1.3_to_1.4.txt    18 Feb 2008 09:48:39 -0000      1.6
+++ migration_1.3_to_1.4.txt    25 Feb 2008 14:18:26 -0000      1.7
@@ -111,4 +111,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