Skip to content

Server install

Opt-Net edited this page Jul 31, 2017 · 7 revisions

In case if you install on dedicated real or virtual server, you must have installed and configured Web Sever of your choice. This is how you may install apache2 on Ubuntu, for example. Installation steps might vary for your chosen OS or local configuration.

sudo apt-get install apache2

Also, you will need PHP 5.3+ and PHP modules : PostgreSQL module, Net/IPv4 package.

Installation of NG-NetMS from source code

Download source code of the latest release or pre-release of NG-NetMS.

Compile and install it per instructions provided in README.md file.

Clone this wiki locally