These instructions will guide you through installing the base Cheshire software and the Cheshire for Archives software that has been specially developed for EAD. We recommend that archivists have technical support when undertaking this installation.
To install the Cheshire3 software and Cheshire for Archives follow the instructions from sections A , B , C , D in that order.
If you want to reconfigure the names or graphics on your interface - follow instructions from section C .
If you are upgrading from Cheshire for Archives from any version earlier than v3.4.0, it is not possible to patch the base Cheshire3 install to the latest version. You will therefore need to install the latest version from scratch.
Please be aware that any changes you've made to the
display of your spoke may be lost if you do not make a backup
of your CSS files (this does not apply to changes made to the localStyles.css
file.)
If you have made changes to your style.css file you can back
this up by using the cp command to copy style.css into the
cheshire3 directory.
cp
/home/cheshire/cheshire3/cheshire3/www/ead/css/style.css
/home/cheshire/cheshire3
You will need to restore the backup of your style.css file once the installation has taken place, instructions about how to do this will be given in section C6.
In addition, if you have made changes to other css files, it is advisable to seek the assistance from the person who implemented your css changes and backup these files now. Make a backup of all other css files as follows:
cp /home/cheshire/cheshire3/cheshire3/www/ead/css/*.css
/home/cheshire/cheshire3
cd /home/cheshire/cheshire3
Enter the following commands to remove the files (press 'enter' to execute each in turn):
rm *.tgz rm *.sh rm *.tmp rm -rf build rm -rf install You can now carry out the installation procedure by following the instructions from the following sections in this order:
If you are updgrading from Cheshire 3.4.0 or later, you should update the base Cheshire3 install to the latest version. To do this you should carry out the following steps:
Open a terminal window (right click on the desktop and select 'terminal window' ). Change directory to /home/cheshire/cheshire3, using the command:
cd /home/cheshire/cheshire3
Ensure that you are logged in as user 'cheshire'. You can do
this by typing the command whoami .
Download the file:
http://www.cheshire3.org/download/latest/update.sh
Save it in /home/cheshire/cheshire3 (right-click and save link/target as).
Go back to the terminal window and check that the file is in
the directory using the ls command.
HINT: If it is not here, it might be in the directory /home/cheshire/Download or /home/cheshire/Desktop.
Find it and move it to this directory.
Make the update script executable, using the command:
chmod u+x update.sh
Run the update.sh script using the command:
./update.sh
This will download, unpack and install the latest version of Cheshire3, without the pre-requisites which you installed previously. This makes this method much faster than installing the latest version from scratch.