ISPMan 0.8.2 Installation and Configuration
<<< PreviousInstalling ISPMan 0.8.2Next >>>

Building source

configure

Now is probably a good time to read the Quickstart.txt before proceeding. From the source root, in my case “/usr/src/ispman-0.8.2”, run

“./configure”

You can override the default install directory “/opt/ispman” by appending the

“--prefix=/some/path”
argument to “./configure”. This will copy some files into the “$SOURCE/build” directory.

make ispman

Then you must run

make ispman

which will set up configurations for you install including your domain, administrator email address, LDAP base DN, RootDN for the LDAP server, LDAP administrator's password (same as you put into your slapd.conf), host name of your master LDAP server, path to your ldap configuration directory, Cyrus Admin's username and password, the debug level of you would like, loging method, log facility, minimum and maximum uid and gid, when creating users or domains. Then your schema files will be created.

make install_ispman_common

Now run make

install_ispman_common

which will create and populate the directories bin, lib, conf, var and templates in /opt/ispman or whatever other directory you chose for --prefix above.

make install_ispman_web

Next run

make install_ispman_web

this will copy the ispman web pages into your install directory.