Latest Release

Version 3.3.1

[top]
Installation

By far the safest 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

Quick Installation

  1. Download the latest version of cheshire3-ead.tgz package, and build-ead.sh (above) and save to the directory where you installed Cheshire3 (i.e. where you placed the .tgz files and build.sh script).
  2. Unpack using the command: ./build-ead.sh
  3. Change directory to <Cheshire3 base>/cheshire3/www/ead
  4. 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.
  5. Generate customised search pages with the command: ./buildCustomPages.py
  6. Restart Apache. This is necessary to load some special configurations for the search interface
  7. Change directory to <Cheshire3 base>/cheshire3/dbs/ead
  8. Copy EAD data files into the data directory.
  9. Build the database and indexes with the command: ./run.py -load -load_components -cluster
  10. 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

  1. 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.
  2. 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]
Useful Scripts etc. [top]
Archived Versions

Version 3.3

Version 3.2:

Version 3.1:

Version 3.0:

[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]