Getting Started

<> Installing iManager

To install iManager, Telnet or SSH to your Developer Server and perform the following steps:

% cd
% vinstall imanager2
<> Setting up iManager for Multiple Virtual Hosts

Each virtual host can access iManager through its own domain name by doing the following:

  1. Add a Canonical Name (CNAME) record in the zone files for the virtual host's domain name. We suggest using “imanager” for the CNAME record (i.e. imanager.yourcompany.com), but you can specify any name you want. Remember, if iManager is only going to be accessed from the main Developer Server, you do not need to perform the following steps.
  2. Add the following Virtual Host record to your httpd.conf file. imanager.yourcompany.com> ServerName imanager.yourcompany.com ServerAdmin webmaster@yourcompany.com DocumentRoot /usr/local/etc/httpd/htdocs/imanager TransferLog /dev/null
Where imanager is the CNAME record you created in the DNS. Do not change the document root.


Note: In order for all of your virtual hosts to use iManager, you will need to make these changes for every virtual host on the server except for the main hostname

Back