opnsense-ports/deskutils/phpcollab/files/pkg-message.in
Franco Fichtner a0921d0a00 */*: sync with upstream
Taken from: FreeBSD
2016-05-19 16:29:05 +02: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.
---------------------------------------------------------------------------------------------