modified conf scripts
This commit is contained in:
parent
4d96a462cf
commit
267ccc21f7
@ -47,6 +47,10 @@ then
|
|||||||
sudo swapon $tmp_swap_file
|
sudo swapon $tmp_swap_file
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Modify assets to take path into account
|
||||||
|
sudo find ../sources/syncserver/page/sync_files/ -type f -exec sed -i -e "s@media\/img@$path\/media\/img@g" {} \;
|
||||||
|
|
||||||
# Copy files to the right place
|
# Copy files to the right place
|
||||||
final_path=/opt/yunohost/ffsync
|
final_path=/opt/yunohost/ffsync
|
||||||
sudo mkdir -p $final_path
|
sudo mkdir -p $final_path
|
||||||
@ -70,6 +74,8 @@ sudo sed -i -e "s@changesecret@$secret@g" $final_path/syncserver.ini
|
|||||||
sudo sed -i "s/yunouser/$db_user/g" $final_path/syncserver.ini
|
sudo sed -i "s/yunouser/$db_user/g" $final_path/syncserver.ini
|
||||||
sudo sed -i "s/yunopass/$db_pwd/g" $final_path/syncserver.ini
|
sudo sed -i "s/yunopass/$db_pwd/g" $final_path/syncserver.ini
|
||||||
sudo sed -i "s/yunobase/$db_user/g" $final_path/syncserver.ini
|
sudo sed -i "s/yunobase/$db_user/g" $final_path/syncserver.ini
|
||||||
|
sudo sed -i -e "s@media\/img@$path\/media\/img@g" $final_path/syncserver/page/sync_files/firefox_sync-bundle.css
|
||||||
|
sudo sed -i -e "s@media\/img@$path\/media\/img@g" $final_path/syncserver/page/sync_files/responsive-bundle.css
|
||||||
|
|
||||||
# Init virtualenv
|
# Init virtualenv
|
||||||
cd $final_path && sudo make build && sudo ./local/bin/easy_install gunicorn
|
cd $final_path && sudo make build && sudo ./local/bin/easy_install gunicorn
|
||||||
|
@ -36,9 +36,6 @@ then
|
|||||||
sudo swapon $tmp_swap_file
|
sudo swapon $tmp_swap_file
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Modify assets to take path into account
|
|
||||||
sudo find ../sources/syncserver/page/sync_files/ -type f -exec sed -i -e "s@media\/img@$path\/media\/img@g" {} \;
|
|
||||||
|
|
||||||
# Copy files to the right place
|
# Copy files to the right place
|
||||||
sudo mkdir -p $final_path
|
sudo mkdir -p $final_path
|
||||||
sudo cp -a ../sources/* $final_path
|
sudo cp -a ../sources/* $final_path
|
||||||
@ -60,6 +57,8 @@ sudo sed -i -e "s@changesecret@$secret@g" $final_path/syncserver.ini
|
|||||||
sudo sed -i "s/yunouser/$db_user/g" $final_path/syncserver.ini
|
sudo sed -i "s/yunouser/$db_user/g" $final_path/syncserver.ini
|
||||||
sudo sed -i "s/yunopass/$db_pwd/g" $final_path/syncserver.ini
|
sudo sed -i "s/yunopass/$db_pwd/g" $final_path/syncserver.ini
|
||||||
sudo sed -i "s/yunobase/$db_user/g" $final_path/syncserver.ini
|
sudo sed -i "s/yunobase/$db_user/g" $final_path/syncserver.ini
|
||||||
|
sudo sed -i -e "s@media\/img@$path\/media\/img@g" $final_path/syncserver/page/sync_files/firefox_sync-bundle.css
|
||||||
|
sudo sed -i -e "s@media\/img@$path\/media\/img@g" $final_path/syncserver/page/sync_files/responsive-bundle.css
|
||||||
|
|
||||||
# stop service before upgrade
|
# stop service before upgrade
|
||||||
sudo service ffsync stop
|
sudo service ffsync stop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user