mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
c102d59fbe
- 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)
32 lines
1016 B
Plaintext
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>
|
|
|