Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NMIS Version

MongoDB Version
(bold: recommended)

Operating

Systems

Notes
8.6.8N/A
  • Debian 7, 8
  • Ubuntu 16
  • CentOS 6, 7

If install of NMIS 8 fails due to failure to install package WWW::Mechanize, pre-install WWW::Mechanize before installing NMIS:

  • sudo yum install -y perl-CPAN;
    sudo yum install -y perl-App-cpanminus;
    sudo cpanm WWW::Mechanize --sudo --notest;


NMIS 9 compatibility list: 

NMIS Version

MongoDB Version
(bold: recommended)

Operating

Systems

Notes
> 9.0.03.4
  • Debian 9, 10
  • Ubuntu 18
  • CentOS 7, 8

On Debian 8, a compatible version of MongoDB Perl Driver (version 1.2.3 or newer) cannot be installed, even when CPANM is used.
On Ubuntu 16.04, pre-installing cpanminus, MongoDB Perl Driver and Mojo::File allows for a clean install of NMIS9:

  • apt-get install build-essential cpanminus;
  • cpanm --sudo MongoDB;
  • cpanm --sudo Mojo::File;

If install of NMIS 9 fails due to failure to install package WWW::Mechanize, pre-install WWW::Mechanize before installing NMIS:

  • sudo yum install -y perl-CPAN;
    sudo yum install -y perl-App-cpanminus;
    sudo cpanm WWW::Mechanize --sudo --notest;

Release 9.0.4 of NMIS introduces the smarter non-interactive installation mode.

...