ports/sysutils/racktables/files/pkg-message.in
Ryan Steinmetz e13938999a New port: sysutils/racktables:
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
2013-04-26 18:58:58 +00:00

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.
---------------------------------------------------------------------