mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
Racktables is a nifty and robust solution for datacenter and server room asset management. It helps document hardware assets, network addresses, space in racks, networks configuration and much much more! WWW: http://www.racktables.org/ Feature safe: yes
16 lines
606 B
Text
16 lines
606 B
Text
---------------------------------------------------------------------
|
|
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.
|
|
---------------------------------------------------------------------
|