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 2014-01-23 17:31:30 +01:00
parent 9c12c1e5a5
commit 69467c87b7

View file

@ -29,13 +29,11 @@ sudo sed -i "s@CHANGEPATH@$path@g" /etc/radicale/config
# Copy files to the right place
final_path=/var/www/radicale
sudo mkdir -p $final_path
sudo mkdir -p $final_path/collections
sudo cp ../conf/radicale.wsgi $final_path
sudo mkdir -p /home/yunohost.app/radicale/collections
# Set permissions to radicale directory
sudo chown -R www-data. $final_path
sudo chown -R www-data. /home/yunohost.app/radicale/collections
sudo touch /var/log/radicale
sudo chgrp www-data /var/log/radicale
sudo chmod g+w /var/log/radicale