NorthStar 1.6 Documentation | ||
---|---|---|
<<< Previous | Chapter 2. Installation | Next >>> |
To install NorthStar you need to pick a directory for the public Perl script to reside and a directory for the NorthStar configuration files and library files to reside. The public directory can be any directory that is accessible by your webserver, however, the private directory should be one of the following:
/usr/NorthStar (Default)
/usr/local/NorthStar
/opt/NorthStar
We will assume that you have already downloaded the latest source package as described in the "Downloading the NorthStar Source" section above. After downloading the file execute the following commands to unpack the archive:
$ cd /usr $ gzip -dc NorthStar-x-x.tar.gz | tar -xvf - |
Now that we have unpacked the NorthStar system were ready to set the parameters that NorthStar will need to run. This configuration is handled by the file NorthStar.conf in your /usr/NorthStar directory. The file format should be pretty straightforward and comments are included in the NorthStar.conf.sample file to explain what each configuration item means. A detailed table of each configuration directive and it's meaning is given below. To edit the configuration file using vi enter the following command:
$ vi /usr/NorthStar/NorthStar.conf |
Table 2-1. NorthStar Configuration Reference
Section | Directive | Description |
---|---|---|
Global | AdminEmail | The email address of the local NorthStar administrator |
Global | ScriptURL | The URL to be used to access the NorthStar program |
Global | InstallDir | The directory that NorthStar is installed in |
Global | TemplateURL | The relative URL used to access templates from a web browser |
Global | ShowAllMaskLens | This option is a small aesthetic option to enable showing all CIDR mask lengths in dropdowns (normally the /31 length is not shown because it is totally unusable). |
Database | DatabaseDriver | The DBI Database Driver. Change this to the DBI driver that you would like to use. |
Database | DatabaseHost | The hostname of your database server |
Database | DatabasePort | The port that is running your database software |
Database | DatabaseName | The name of the database used to store NorthStar data. |
Database | DatabaseUser | The username used to access the database |
Database | DatabasePass | The password used to access the database |
<<< Previous | Home | Next >>> |
If You Are Upgrading | Up | Post-Installation Setup |