Versions Compared

Key

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

...

  • From the uPortal 3.0.0-RC2 directory
    1. Download export-channel.crn and copy it to QUICKSTART_DIR/UPORTAL_DIR/uportal-impl/src/main/resources/org/jasig/portal/io/
    2. mkdir myData
    3. ant crn-export -Ddir=myData -Dtype=all
    4. ant crn-make-data-xml
  • Perform the uPortal source upgrade, merge any local modifications with the new version
  • Copy the exported data:
    1. Replace uportal-impl/src/main/resource/properties/db/data.xml with the data.xml file produced by crn-make-data-xml
    2. Remove all files in uportal-impl/src/main/resource/properties/db/entities and place all the files in myData in this directory
    3. ant initportal