This documentation refers to an earlier version of Islandora. https://wiki.duraspace.org/display/ISLANDORA/Start is current.

Below is a quick check list of items to be done/installed when installing Islandora.  Some of the items in the list will lead to pages of their own documenting how to do that step.

  • Install Java - steps to do this would depend on your os.
  • Install Ant - see http://ant.apache.org/.  Ant is useful when installing gsearch.
  • Set Environment variables such as JAVA_HOME and FEDORA_HOME.  See the Installation and Configuration Guide
  • Install Mysql - steps to do this would depend on your os.  We are assuming Drupal will have a mysql database as its backend.
  • Install Postgres - steps to do this would depend on your os.  Postgres is optional.  You may want to use it as the Fedora database.  Mysql could also be used for the Fedora database.
  • Create a database schema for Fedora.  Steps to do this would depend on you chosen database.  See the Installation and Configuration Guide
  • Download and Install Fedora.  See the Installation and Configuration Guide.  You can see how we answered the Fedora installation questions for a test server here.
  • Download and install gsearch.  Optional but recommended.  See the gsearch guide for instructions.
  • Edit the tomcat-users.xml file.  Optional but helpful if you want to start and stop individual webapps without shutting down tomcat.  More information on tomcat can be found here.
  • Install the Fedora demo objects.  See the Demonstrations guide.
  • Edit the fedora-users.xml file.  Optional but recommended, if you want to allow anonymous access to  Fedora through Islandora this will have to be done.  See the Islandora Guide.
  • Install the DrupalFilter servlet filter.  See the Islandora Guide.
  • Install Apache httpd server.  Installation will depend on your os.
  • Enable url rewriting for Apache.  You would have to enable mod-rewrite.  Again this depends on your os.  Some info is available here.
  • Install and configure php.  There is some info in the Islandora Guide regarding this.
  • Install Imagemagick.  This is optional but recommended as some of the default Content models use it.  Installing Imagemack would is system dependant so the steps would depend on your os.
  • Download and install Drupal.  See drupal.org for instructions.
  • Install the Drupal Imageapi module.  This module is used by some Islandora content models. LINK
  • Download and install the fedora_repository module.  See the Islandora Guide.
  • Enable the repository module.  Optionally enable the fedora_imageapi module.  See the Islandora Guide.
  • Create Drupal roles to assign to users.  One role you should create for sure is administrator.  This role has special rights in Fedora so don't assign this to anyone but an actual administrator.
  • Create Drupal users and give them roles.  For users to authenticate to Fedora they must have a role.  The default roles are not enough.  You must assign a role that has been created.  See drupal.org
  • See the Making the Demo SmileyStuff Islandora Aware page.. This is no longer necessary. The ingest demo objects page will do it for you. The page still exists to document what is done.
  • Visit the Islandora admin page and ingest the demo objects.  See the Islandora Guide.
  • Create your own Content Models and Collection Policies.  See the Islandora Guide.
  • If gsearch is installed and you want to search more then the default fields modify the appropriate luceneToFoxml.xslt.  See the Gsearch guide.
  • Edit Islandora searchTerms.xml file.  If you have customized the fields indexed by lucene you can update the searchTerms.xml to let Islandora know what fields you want to search.  See the Islandora Guide.
  • Enable the advanced search block.  See the Islandora Guide.