Skip to the content.

Nexus Windows Setup

Nexus requires some minimal setup to:

Nexus env script and bin directory

Copy env.template.sh to env.sh.

Edit env.sh:

Add bin directory to PATH

Add Nexus’ bin directory to your PATH environment variable. In Windows 10: Start -> Settings -> System. Type “env” and click “Edit the environment variables for your account”. Edit the PATH environment variable and add the NEXUS_BIN_PATH, which is the directory you just created in this section.

Setup Nexus

Install the compile scripts, which will be copied to NEXUS_BIN_PATH:

cd src\nexus\cmd
scripts\dist

Compile the CLI

In the same directory run:

compile nexus

Install to NEXUS_BIN_PATH:

scripts\dist