Table of Contents |
---|
Requirements
System requirements
Below the requirements before installing NXmap3
...
3Ghz quad-core processor
8Go memory
2Go SSD
Operating system
Our software requires RedHat Enterprise Linux 64-bits machine such as one of below operating systems:
...
If Linux 64-bits machine is not available, you can install VirtualBox with CentOS 7 or CentOS 8 in order to use NXmap3 tools.
Software
Our tool NXmap3 requires to have Python 3.6 installed on Linux 64-bits machine.
Download
Below the main steps to download and unpack each NanoXplore tools
...
3. Create new folder named NanoXplore in /opt folder. 4. Unpack each NanoXplore tool directly into /opt/NanoXplore.
Nx License Daemon
For NXLMD download and installation, please refer to the document License Daemon
Nxmap3
To directly unpack NxBase2 tool once downloaded into /opt/NanoXplore, create first folder named NXbase2- 2.3.1 with the following command:
...
Code Block |
---|
$> sudo tar xjf NxBase2-2.3.1.tar.bz2 -C ./NxBase2-2.3.1 |
Installation
Below the main steps to setup and install each NanoXplore tool:
...
Code Block |
---|
$> source ~/.bashrc” |
3. Restart the machine
NXmap3
Before install NXmap3, check that Python 3.6 is installed with below command:
...
The result of this command must be the following
...
NxBase2
To install NxBase2 tool, update ~/.bashrc file with below instruction:
...