DTux
/
dtux__moha
Archived
1
0
Fork 0

some comments

This commit is contained in:
Daniel Tartavel 2022-09-09 18:46:50 +02:00
parent b5cf1e1220
commit d056f2baa1
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ chown domotique:domotique -R /usr/share/moha
touch /var/log/moha.log
chown domotique:domotique -R /var/log/moha.log
#CREATE USER 'moha'@'localhost' IDENTIFIED BY 'MohaMysql';
#mysql -p < ./sql/moha.sql
# GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost';
systemctl daemon-reload
systemctl enable presenceD.service
systemctl enable moha.service