mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
.
This commit is contained in:
parent
df7e5cceea
commit
ffa850acb8
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ sudo cp $final_path/config/db.example.inc.php $final_path/config/db.inc.php
|
|||
sudo sed -i "s/yhuser/$db_user/g" $final_path/config/db.inc.php
|
||||
sudo sed -i "s/yhpwd/$db_pwd/g" $final_path/config/db.inc.php
|
||||
sudo sed -i "s/yhdb/$db_user/g" $final_path/config/db.inc.php
|
||||
sudo sed -i "s@YHDIR@$path@g" $final_path/app/assets/js/movim_websocket.js
|
||||
|
||||
# Populate Movim database
|
||||
sudo su -c "cd $final_path && php mud.php db set" -s /bin/sh www-data
|
||||
|
|
Loading…
Add table
Reference in a new issue