Skip to content
Jethro Carr edited this page Mar 20, 2015 · 1 revision

Installation

NamedManager is split into two key components:

  • Management web interface
  • Bind server integration component

These packages have a documented installation process, however it presumes a level of understanding and familiarity with Bind name servers and Linux administration.

The easiest way to install is to use RHEL (or a clone such as CentOS, Scientific Linux, Oracle Enterprise Linux, etc) and use the RPM package process as it saves considerable steps.

Requirements

NamedManager's web interface requires:

  • PHP 5.3+ (php, php-soap, php-mysql, php-intl, php-xml)
  • MySQL Server

The NamedManager Bind integration requires:

  • Bind 9
  • PHP 5.3+ (php-cli, php-soap, php-intl).

Tutorials

Some users have written unofficial tutorials to installing NamedManager on their platforms of choice and in different languages. These may be of use and are listed in Installation-Tutorials.

Installing from RPM

If you are using an RPM based distribution, doing an RPM installation is one of the easiest ways to install NamedManager.

Read Installation-RPM for instructions.

Installing from Source

If you are using not using a distribution supported by the RPMs, the best way to install stable release is from the released tarballs.

Read Installation-Source for instructions.

Installing from Git

If you are a developer wanting to get the latest features and be able to easily submit back code, we recommend using the SVN release since you can checkout new features as soon as they're committed.

Read Installation-Git for instructions.