1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/www/fluxbb/files/pkg-message.in
Martin Wilke 091aa27898 FluxBB is an open source forum application released under the
GNU General Public Licence. It is free to download and use and
will remain so. FluxBB was conceived and designed to be fast and
light with less of the "not so essential" features that some of
the other forums have whilst not sacrificing essential functionality
or usability.

WWW:	http://www.fluxbb.org/

PR:		ports/123863
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-06-03 13:24:39 +00:00

31 lines
896 B
Plaintext

-------------------------------------------
Congratulations, FluxBB is now installed!
To complete the installation , please:
1) Create a user and a database for FluxBB to store all
its tables in (or choose an existing database).
2) Add the following to your Apache configuration, and
restart the server:
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
Alias /fluxbb %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
3) Visit your FluxBB site with a browser (i.e.,
http://your.server.com/fluxbb/), and you should
be taken to the install.php script, which will lead
you through creating a config.php file and then
setting up FluxBB.
For more information, see the official website:
http://www.fluxbb.org/
-------------------------------------------