mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
cfcb17b283
- Use WWWDIR facility and cleanup a bit Makefile Submitted by: Thomas Steen Rasmussen <thomas@gibfest.dk> [1]
20 lines
538 B
Plaintext
20 lines
538 B
Plaintext
|
|
dotProject has been installed into %%WWWDIR%%
|
|
|
|
It is suggested that you add the following to httpd.conf:
|
|
|
|
Alias /dotproject/ "%%WWWDIR%%/"
|
|
|
|
Then access http://<host>/dotproject and follow the instructions to
|
|
complete the installation.
|
|
|
|
You may also want to add the following settings to
|
|
%%LOCALBASE%%/etc/php.ini as recommended by dotProject:
|
|
session.save_path = "/tmp"; # or wherever you like
|
|
session.use_only_cookies = "0";
|
|
session.auto_start = "1";
|
|
|
|
Remember to remove %%WWWDIR%%/install after completing the
|
|
installation.
|
|
|