freebsd-ports/deskutils/phpcollab/files/pkg-message.in
Dmitry Marakasov e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00

15 lines
714 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.
---------------------------------------------------------------------------------------------