freebsd-ports/deskutils/phpcollab/files/pkg-message.in
Wen Heping 5d5fd5bc3a phpcollab is project management and collaboration over the internet.
phpCollab is an open source internet-enabled system for use in
projects that require collaboration over the internet. Those
organizations, such as consulting firms, that rely on a division
between firm-side and client-side information will benefit most
from use of phpCollab.

WWW: http://www.php-collab.org/

PR:		ports/153679
Submitted by:	Marian Jamrich <jamrich.majo@gmail.com>
2011-01-06 00:21:03 +00:00

15 lines
715 B
Text

---------------------------------------------------------------------------------------------
Installation has successfully completed!
---------------------------------------------------------------------------------------------
phpcollab is now installed in documentoroot: %%WWWDIR%%.
1) Create user and MySQL database:
mysql -u root -p'your_root_password'
create database phpcollab;
create user 'phpcollab'@'localhost' identified by 'your_password';
grant all privileges on phpcollab.* to 'phpcollab'@'localhost' identified by 'your_password';
Now you can try http://your-server/phpcollab and setup your database.
---------------------------------------------------------------------------------------------