Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • eagle-i-apps.properties - contains basic properties for all applications 
  • eagle-i-apps-credentials.properties - contains various back-end credentials (e.g. optional logging database and Jira feedback). As a good practice, this file should be placed in an access-restricted directory of your server
  • whoamilocalnode.xml - contains Institution-specific configuration

Download the samples for the type of node you're setting up from the examples directory and edit to reflect your environment, see Configuration Property Guide - pre 2.0MS3. x. Place the three files in the configuration directory (defined in step 1 of the the Initial Procedure for all Applications section)

...

  1. Download the SWEET war file from our Software download page (choosing the version you need, usually you will want the latest release) and place in a temporary location, e.g. /tmp. Rename the war to sweet.war and place it in your Tomcat webapps directory:
    No Format
    mv /tmp/eagle-i-webapp-sweet-[version].war ${CATALINA_HOME}/webapps/sweet.war
    
  2. Make sure the property eaglei.datatools.repository.url is set in eagle-i-apps.properties, to reflect the base address of your repository installation. Note that the URL must be an https URL, for example:
    No Format
    eaglei.datatools.repository.url=https://foo.bar.edu
    
  3. Restart Tomcat
  4. SWEET will be available at:
    No Format
    https://foo.bar.edu/sweet
    
  5. Log in as one of the test users created as part of the Initial Steps for all Applications and explore the SWEET. You can invoke the user help from the link on the top right hand corner.

Instructions specific to Online help

  1. Download the online help war file from our Software download page (choosing the version you need, usually you will want the latest release) and place in a temporary location, e.g. /tmp. Rename the war to help.war and place it in your Tomcat webapps directory:
    No Format
    
    mv /tmp/eagle-i-webapp-help-[version].war ${CATALINA_HOME}/webapps/help.war
    
  2. Restart Tomcat
  3. The online help browser will be available at: 
    No Format
    
    https://foo.bar.edu/help
    
    The online help is also linked from the SWEET and institutional search menus (top right corner menu)

Instructions specific to Institutional Search (optional)

...