Changes: 

	acs-templating: adds -sign flag + hidden inform vars.

	acs-content-repository: bug fixes in is_valid_child (content-type.sql), bug fixes in content-type.sql

	cms: lots of bug fixes versus 4.6.1 

0. commit and stage all code in: 
   
   acs-templating, acs-content-repository, cms 

   cvs add, commit and stage: 

   ref-countries 
   ref-language 

   commit and stage relevant changes in dotlrn and dotlrn-portlet



1. Load the datamodel upgrade 

   sqlplus U/P < update-2003-03-10-photobook.sql


2. Install via APM: 

   cms (does not need to be mounted though, just need library routines)
   ref-language
   ref-country


3. Install/mount Photobook via APM


4. Create the content types (on the admin page, currently manual per content_type)

   [ this is a little clunky but doing this at install time depends on PeterM's 
   APM work which won't show up until 4.6.2 ]


5. Update the community-member parameter.


6. Install ImageMagick binaries 

   ftp://ftp.imagemagick.net/pub/ImageMagick/binaries/ImageMagick-sparc-sun-solaris2.9.tar.gz

   (should go into /usr/local/bin and /usr/local/lib etc).


7. Create the DB Link and aliases for synch of EFL/ALIAS 

This is for DEV/Staging:

create database link SED2 connect to sloanspace identified by sloanspace using 'SED2';
create synonym sed_email_syn for FSCO_DEV.EFL_VIEW@SED2;
create synonym sloanmail_aliases_syn for FSCO_DEV.SLOANMAIL_ALIASES@SED2;

