1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Update install

This commit is contained in:
abeudin 2014-01-10 15:08:19 +01:00
parent b5c5985675
commit f53721799f

View file

@ -33,7 +33,8 @@ sudo mkdir -p $final_path
sudo cp -a ../sources/* $final_path
sudo cp ../conf/settings.json $final_path
sudo $final_path/bin/installDeps.sh
sudo $final_path/bin/installDeps.sh > /dev/null 2>&1
sudo npm install forever -g > /dev/null 2>&1
# Change variables in Wordpress configuration
sudo sed -i "s/yunouser/$db_user/g" $final_path/settings.json