mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
add note about cleanup
parent
dd75c45e6e
commit
884361b9ba
1 changed files with 16 additions and 0 deletions
|
@ -42,6 +42,22 @@ unzip -d /usr/lib/python3.9/site-packages/radicale/web/internal_data/ /tmp/InfCl
|
||||||
# Extract into public accessible web server directory
|
# Extract into public accessible web server directory
|
||||||
unzip -d /var/www/html/ /tmp/InfCloud_0.13.1.zip
|
unzip -d /var/www/html/ /tmp/InfCloud_0.13.1.zip
|
||||||
```
|
```
|
||||||
|
## Cleanup (common)
|
||||||
|
|
||||||
|
Following files can be removed
|
||||||
|
|
||||||
|
```
|
||||||
|
infcloud/.htaccess
|
||||||
|
infcloud/readme.txt
|
||||||
|
infcloud/changelog.txt
|
||||||
|
infcloud/changelog_carddavmate.txt
|
||||||
|
infcloud/changelog_caldavzap.txt
|
||||||
|
infcloud/auth/
|
||||||
|
infcloud/misc/
|
||||||
|
|
||||||
|
# Bundled in addition
|
||||||
|
infcloud/cache_update.sh
|
||||||
|
```
|
||||||
|
|
||||||
# Configuration InfCloud
|
# Configuration InfCloud
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue