freebsd-ports/www/pligg/files/pkg-message.in
Martin Wilke b58dfe22de Pligg is an Open Source Web 2.0 CMS. The main features that make
Pligg unique are collaborative bookmarking, social networking,
folksonomy and blogging. Each of the News links, unit of pligg
content, has a vote button, URL and optionally a short description
of news. Here Visitors are supplier, consumer and judge of the
content. Every visitor has right and freedom to vote and veto any
news item. At the end of the day, depending on count of vote news
are either promoted to main site,or move or remains in incoming
queue, or permanently removed from site. Being a collaborative CMS,
Pligg sites grow very fast in terms of traffic and popularity.

WWW: http://www.pligg.com/

PR:		ports/126415
Submitted by:	Wen heping <wenheping at gmail.com>
2008-08-11 22:17:06 +00:00

30 lines
854 B
Text

POST-INSTALL CONFIGURATION FOR Pligg
=====================================
1) Create a user and a database for pligg 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 /pligg %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
3) Visit your Pligg site with a browser (i.e.,
http://your.server.com/pligg/install), and you should
be taken to the install.php script, which will lead
you through creating a config.php file and then
setting up Pligg.
For more information, see the INSTALL DOCUMENTATION:
http://www.pligg.com/faq.php
=====================================