Versions Compared

Key

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

...

  1. If you are working on a server compare the resulting repository.xml with the repository.xml on the server (in the /work/jcr folder) and merge the changes into the repository.xml on the server. Then open the /work/jcr/repository/workspaces/wm9/workspace.xml file on the server and replace the content of the <Workspace name="x"> tag with the one you find in the <Workspace name="x"> tag of the repository.xml file.
    1. You can skip the next two steps.
  2. Open a Command prompt and navigate to the root folder of the newer version of XperienCentral.
  3. Execute this command to build the JCR:

    mvn -s settings.xml -P configure-jcr-repository

  4. Open the file <XperienCentral root>\upgrade.txt in the new directory.
  5. Make all configuration changes that are listed for upgrading from your specific previous version of XperienCentral to the newer version.

  6. Open a Command prompt and navigate to the root folder of the newer version of XperienCentral.
  7. Execute the following command to build the new version of XperienCentral.

    mvn -s settings.xml -P build-project clean package

  8. Copy the file Webmanager-webapps/Webmanager-backend-webapp/target/XperienCentral-backend-webapp-1.0-SNAPSHOT/WEB-INF/siteworks/configuration.xml from the old installation to the same directory in the new installation.

Copy the following directories containing all Media Repository, Who-is-Who, Product Catalog uploads as well as Flash files from the old installation of XperienCentral to the same location in the new project directory:

Webmanager-webapps/Webmanager-static-webapp/target/Webmanager-static-webapp-1.0-SNAPSHOT/cfg/*
Webmanager-webapps/Webmanager-static-webapp/target/Webmanager-static-webapp-1.0-SNAPSHOT/upload_mm/*
Webmanager-webapps/Webmanager-static-webapp/target/Webmanager-static-webapp-1.0-SNAPSHOT/upload/*


  1. If the Who is Who or Product Catalog uploads are not stored in subdirectories of the webmanager-webapps/webmanager-static-webapp/target/Webmanager-static-webapp-1.0-SNAPSHOT/upload directory, copy the directories where they are stored to the same location in the new installation.

...