1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net-mgmt/rackmonkey/files/pkg-message.in
Sahil Tandon c102d59fbe - Define additional MASTER_SITES
- Fix install in case of non-default ${LOCALBASE}
- Fix whitespace/alignment in Makefile header
- Tweak pkg-message

PR:		145438
Submitted by:	Eric F Crist (maintainer)
Approved by:	itetcu (mentor)
2010-04-14 22:11:45 +00:00

32 lines
1016 B
Plaintext

*********************************************************************
* Please Read *
*********************************************************************
DATABASE SETUP:
If you have selected PostgreSQL or MySQL databases, you will need to
read the documentation on how to edit the config file, as well as how
to initialize the database. IF YOU SELECTED SQLITE, THIS CAN BE DONE
AUTOMATICALLY BY THIS PORT.
DOCUMENTATION URL:
http://flux.org.uk/projects/rackmonkey/doc/1.2.5/install
WEBSERVER SETUP:
If using the Apache web server, simply add the following
to the appropriate place in your config files:
Alias /rackmonkey %%WWWDIR%%
<Location /rackmonkey>
Order allow,deny
Allow from all
Options ExecCGI FollowSymLinks Includes
AddHandler cgi-script .pl
AddType text/html .shtml
AddHandler server-parsed .shtml
DirectoryIndex rackmonkey.pl index.shtml index.html
SetEnv RACKMONKEY_CONF %%WWWDIR%%/rackmonkey.conf
</Location>