diff --git a/doc/upgrade-1.2.html b/doc/upgrade-1.2.html index cbce9c66..f592ccbc 100644 --- a/doc/upgrade-1.2.html +++ b/doc/upgrade-1.2.html @@ -65,15 +65,26 @@
  • Ontology Upgrade +
      +
    1. + Verify Ontology upgrade process +
    2. +
    3. + Ontology knowledge base manual review +
    4. +
    +
  • +
  • + File Storage System Upgrade +
      +
    1. + Changes to the File Storage System +
    2. +
    3. + Verify File Storage System upgrade process +
    4. +
  • -
      -
    1. - Verify Ontology upgrade process -
    2. -
    3. - Ontology knowledge base manual review -
    4. -
  • Theme Modifications
  • @@ -590,7 +601,49 @@ new default value will be propagated to the knowledge base. -

    IV. Theme Changes

    + +

    IV. File Storage System Upgrade

    +

    A. Changes to the File Storage System

    +

    + Each uploaded file exists as an individual entity in VIVO. When the + browser requests an upload file from VIVO, the data model is queried to + find out where the file is actually stored, so it can be downloaded to + the browser. +

    +

    + In VIVO release 1.2 this storage location, + known as the "Alias URL" for the uploaded file, + is stored in the file entity. + That way, pages that contain many files can be displayed much more quickly. +

    +

    + When Apache Tomcat starts up after the upgrade, + it will initiate a process to calculate the "Alias URL" + for each existing file and store it in the data model for fast access. +

    +

    B. Verify File Storage System upgrade process

    +

    + The File Storage upgrade process will create a log file in the + VIVO upload directory. You should review this file to ensure that + this upgrade worked properly. +

    +
    +
    + upgrade/FileStorageAliasAdder-log.2011-00-00T00-00-00.txt +
    +
    + A log of the upgrade process. The actual filename includes a timestamp + that tells when the upgrade executed. + This file should end with + Finished adding alias URLs to FileByteStreams. + + If this file contains any warnings they should be reviewed with + your implementation team representative to see whether any + corrective action needs to be taken. +
    +
    + +

    V. Theme Changes

    VIVO 1.2 comes with a new theme called "wilma" that uses the FreeMarker template engine for generating web pages. The theme is located in /vivo/themes/wilma and