 |
 |
Cheshire3 for Archives Download
|
Installation
The most sure-fire way to ensure that this package will work as intended is to follow the instructions in:
"A guide to Installing Cheshire3 and Cheshire for Archives software"
,provided courtesy of the Archives Hub.
Pre-requisites
Cheshire3 system installed, with the following packages:
- cheshire3-base.tgz
- cheshire3-web.tgz
- cheshire3-sql.tgz
Quick Installation
- Update to the latest release of Cheshire3.
- Download
update.sh
and save to the directory where you originally installed Cheshire3
(i.e. where you placed the .tgz files and build.sh script).
- Make it executable:
chmod u+x update.sh
- Run it:
./update.sh
- Download the latest version of cheshire3-ead.tgz package, and build-ead.sh
(above) and save to the directory where you installed Cheshire3
- Install using the command:
./build-ead.sh
- Change directory to
<Cheshire3 base>/cheshire3/www/ead
- Open localConfig.py in a text editor.
Modify preference switches as desired.
Replace the values for repository_name, repository_link, repository_logo, localhost, outgoing_email_host.
Save and close.
- Generate customised search pages with the command:
./buildCustomPages.py
- Restart Apache. This is necessary to load some special configurations for the search interface
- Change directory to
<Cheshire3 base>/cheshire3/dbs/ead
- Copy EAD data files into the data directory.
- Build the database and indexes with the command:
./run.py -load -load_components -cluster
- OK, you're done! You can now search, and browse your EAD finding aids using the following address in the web-browser:
http://<your host>/ead/
OPTIONAL
- Execute this step only if you want to be able to administer your database through a web-browser,
from any desktop or laptop computer.
Add an administrative user using the command: ./run.py -adduser
Enter the username and password as prompted.
- OK, you're done. You can now administer your database using the following address in the web-browser:
http://<your host>/ead/admin/
and providing the username and password when prompted.
[top]
Legal
All software and scripts are provided without any expressed or implied warranty, and with no guarantee of fitness for any purpose.
It is downloaded, installed, and used entirely at the user's risk.
[top]