mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
b538ea7d2f
PR: 108529 Submitted by: Ondra Koutek (maintainer)
21 lines
1015 B
Plaintext
21 lines
1015 B
Plaintext
|
|
---------------------------------------------------------------------------------
|
|
Good. Now you have installed campsite. Continue by reading documentation,
|
|
specialy the section how to create new instance:
|
|
%%PREFIX%%/campsite/bin/create_instance --help
|
|
|
|
---------------------------------------------------------------------------------
|
|
!!! Note, that campsite schedules its periodic jobs.
|
|
See /var/cron/tabs/root for details
|
|
|
|
---------------------------------------------------------------------------------
|
|
|
|
To have this port functional, you need manually create phorum configuration file.
|
|
cp %%PREFIX%%/campsite/www-common/html/include/phorum/portable/phorum_settings.php.sample \
|
|
%%PREFIX%%/campsite/www-common/html/include/phorum/portable/phorum_settings.php
|
|
|
|
---------------------------------------------------------------------------------
|
|
This ports requires pear libraries properly set in PHP
|
|
See include_path in php.ini
|
|
|