summaryrefslogtreecommitdiffstats
path: root/deskutils/phpcollab/files/pkg-message.in
blob: 4f3256fadb0e0b182f99d14f88f2b6d903487ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---------------------------------------------------------------------------------------------
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.
---------------------------------------------------------------------------------------------

OpenPOWER on IntegriCloud