...
The NXLMD-2.2-linux.tar.gz package contains the following directories:
NXLMD-2.2 (Root Directory + Current Version) | Contents |
---|---|
bin | Binary Files |
etc | Contains one service file to automate daemon execution (only on Linux) |
The NXLMD-2.2-windows.zip package contains the following directories:
NXLMD-2.2 (Root Directory + Current Version) | Contents |
---|---|
bin | Binary Files |
Installation
Linux
In this document we refer to the directory where the NXLMD files are installed as the installation directory.
...
Open a navigator and access the following URL: http://127.0.0.1:8090 (if you launched the navigator on your server)
You should obtain the following page:Click on the “Administration” tab
Note: You will be asked to sign in: the default Username and Password are “admin”/”admin”. Once logged in, you will be prompted to change the admin passwordClick on the “Vendor Daemon Configuration” tab
You can now import your license file by clicking the “Import License” button.
...
When launching NanoXplore tools, the LM_LICENCELICENSE_FILE variable must be exported
To avoid having to repeat this for every execution, you can to add it in the ~/.bashrc file with the following command:
Code Block <port_number>@<machine_name>
For instance:
Code Block export LM_LICENCELICENSE_FILE=27000@localhost
Troubleshooting
...