Skip to main content

Installation

To obtain the micro-radiant, you need to have a valid NSX Nexus account.

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 micro-radiant
      • Without dependencies:
        choco install ns-scripting.install ns-initializer.install micro-radiant.install
  • Download using Maven:
    mvn dependency:copy "-Dartifact=net.democritus.editor:micro-radiant-windows-installer:4.5.1:exe" "-DoutputDirectory=."