![]() |
ISPMan 0.8.2 Installation and Configuration | ||
---|---|---|
<<< Previous | Installing ISPMan 0.8.2 | Next >>> |
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.
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.
Now run make
install_ispman_commonwhich will create and populate the directories bin, lib, conf, var and templates in /opt/ispman or whatever other directory you chose for --prefix above.
Next run
make install_ispman_web
this will copy the ispman web pages into your install directory.