blob: c9fe9e5c0cdfa22d7e19fda30822395542be3bbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---------------------------------------------------------------------
Apache users should create a racktables.conf file under their apache
Includes directory with the following contents:
<Directory %%WWWDIR%%/wwwroot>
Order allow,deny
Allow from all
</Directory>
Alias /racktables %%WWWDIR%%/wwwroot
You will need to make sure you have a MySQL server available, or
you must install one from the ports tree if you wish to run one
locally.
Then, visit http://your.system/racktables/ and follow the
instructions to complete the setup.
---------------------------------------------------------------------
|