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
5eae32b5d6
commit
06d40c86c7
1 changed files with 3 additions and 1 deletions
|
@ -28,11 +28,13 @@ sudo cp ../conf/logging /etc/radicale/
|
|||
|
||||
# Copy files to the right place
|
||||
final_path=/var/www/radicale
|
||||
sudo mkdir -p $final_path/collections
|
||||
sudo mkdir -p $final_path
|
||||
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