Versions Compared

Key

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

...

  1. Make sure that there is a backup copy of the working installation of FIXICC and FIXICC-Agent.

  2. Remove the existing directories:

    Code Blockrm -rf

    <FIXEdge

    installation>/fixicc-agent/

    rm -rf <FIXEdge

    and <FIXEdge installation>/fixicc/ directories.

  3. Copy all files into the respective directories:

    Code Blockcp -r <new

    from the new fixicc-agent

    package>/* <FIXEdge

    package into the <FIXEdge installation>/fixicc-agent/

    cp -r <new fixicc package>/* <FIXEdge

    directory and all files from the new fixicc package into the <FIXEdge installation>/fixicc/ directory

  4. If there were changes in fixicc-agent and fixicc configuration then replace the new configuration with the configuration from the backup.

    1. The default Windows path for fixicc-agent configuration is:

      Code Block
      fixicc-agent\FIXEdge1.fixicc-agent\conf\
    2. The default Linux path for fixicc-agent configuration is:

      Code Block
      fixicc-agent/conf

...