forked from Lainports/opnsense-ports
15 lines
714 B
Text
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.
|
|
---------------------------------------------------------------------------------------------
|
|
|