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:
parent
9c12c1e5a5
commit
69467c87b7
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue