1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radicale_ynh.git synced 2024-09-03 20:16:14 +02:00

Update install

This commit is contained in:
abeudin 2015-11-18 10:58:26 +01:00
parent fbaf48d7b6
commit 25652d1712

View file

@ -30,6 +30,7 @@ sudo sed -i "s@CHANGEPATH@$path@g" /etc/radicale/config
# Copy files to the right place # Copy files to the right place
final_path=/var/www/radicale final_path=/var/www/radicale
sudo mkdir -p $final_path/collections sudo mkdir -p $final_path/collections
sudo chown radicale:www-data -R $final_path
sudo cp ../conf/radicale.wsgi $final_path sudo cp ../conf/radicale.wsgi $final_path
# Set permissions to radicale directory # Set permissions to radicale directory