Skip to main content

Installation

To obtain expansion-diff-tool, you need to have a valid NSX Nexus account.

Prerequisites

Both Java 17 (or higher) and a local Maven installation is required for the NS Expansion Diff Tool to run correctly. The path to the maven installation directory should be set in the MAVEN_HOME variable, if this is not the case, the mvn executable should be available on the system path. A Maven settings.xml file must also be set up in one of the search locations for Maven with configuration to access the repository which distributes the NS Expansion Diff Tool.

Instructions

  • Download directly from Nexus
  • Install with Chocolatey:
    1. Install Chocolatey if needed.
    2. Set up Chocolatey with a new source:
      choco source add -n nsx-nexus -s https://nexus.normalizedsystems.org/repository/nuget-choco-public/index.json -u my-nexus-username -p my-nexus-password
    3. Install ns-initializer with or without 3rd party dependencies (Java, Maven, ...):
      • With dependencies:
        choco install expansion-diff-tool
      • Without dependencies:
        choco install expansion-diff-tool.install
  • Download using Maven:
    mvn dependency:copy "-Dartifact=net.democritus.tools:expansion-diff-tool-windows-installer:2.0.0:exe" "-DoutputDirectory=."