...
- Download the Variations_6.3_Server.tar.gz file to /home/dmlserv
- First, untar the server update file:
tar xvfz Variations_6.3_Server.tar.gz
- Then create a symbolic link to the new application directory: rm app;
ln -s Variations-6.3 app
- Then change directories to the new application directory:
cd app
- Run the initVariations.sh script with the values used for existing install (See instructions here for more information)
- Copy server configuration files:
cp /home/dmlserv/Variations-6.2/conf/server/accessPolicy.xml /home/dmlserv/app/conf/server/
cp /home/dmlserv/Variations-6.2/conf/server/dmlscript.conf /home/dmlserv/app/conf/server/
cp /home/dmlserv/Variations-6.2/conf/server/dmlserver.xml /home/dmlserv/app/conf/server/
- Copy vocabularies to new server:
cp /home/dmlserv/Variations-6.2/data/vocab/* /home/dmlserv/app/data/vocab/
- Copy files used by statistics:
cp /home/dmlserv/Variations-6.2/data/statistics/*.txt /home/dmlserv/app/data/statistics/
- Copy or merge any other files manually edited in old installation including the user guide (~/Variations-6.2/public_html/use/)
- If using CAS authentication, copy cas jars over from old installation:
cp /home/dmlserv/Variations-6.2/lib/cas* /home/dmlserv/app/lib/
If using Kerberos authentication, copy krb5.conf over from old installation:
cp /home/dmlserv/Variations-6.2/conf/server/krb5.conf /home/dmlserv/app/conf/server/
(Re)start the Variations server application.
- If you have the webapps installed, then do the following:
- Create the symlink to the access pages:
ln -s /home/dmlserv/content/access/audio /home/dmlserv/app/public_html/audio-access
- Follow the instructions here to upgrade the webapps to 6.3
- Create the symlink to the access pages:
...