mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
update related to bundled installation
parent
338524dcce
commit
81ce2f60f8
1 changed files with 29 additions and 9 deletions
|
@ -3,10 +3,6 @@
|
|||
* Source: https://inf-it.com/open-source/clients/infcloud/
|
||||
* Installation instructions: https://inf-it.com/infcloud/readme.txt
|
||||
|
||||
# Precondition
|
||||
|
||||
* Radicale is running behind same reverse proxy as "InfCloud" is served and `/radicale` is forwarded from reverse proxy to local server port
|
||||
|
||||
# Download
|
||||
|
||||
```bash
|
||||
|
@ -15,9 +11,30 @@
|
|||
wget -P /tmp/ https://inf-it.com/open-source/download/InfCloud_0.13.1.zip
|
||||
```
|
||||
|
||||
# Install
|
||||
# Installation
|
||||
|
||||
## Fedora/Enterprise Linux
|
||||
## Bundled Installation
|
||||
|
||||
Since Radicale 3.5.0 a bundled installation is supported with configuration-change-on-the fly (tested with 0.13.1)
|
||||
|
||||
**Adjust the destination directory according to your deployment**
|
||||
|
||||
```bash
|
||||
## Example for version 0.13.1 and Enterprise Linux 9
|
||||
# Take from temporary directory
|
||||
# Extract into Radicale's web/internal_data directory
|
||||
unzip -d /usr/lib/python3.9/site-packages/radicale/web/internal_data/ /tmp/InfCloud_0.13.1.zip
|
||||
```
|
||||
|
||||
## Dedicated Installation
|
||||
|
||||
### Precondition
|
||||
|
||||
* Radicale is running behind same reverse proxy as "InfCloud" is served and `/radicale` is forwarded from reverse proxy to local server port
|
||||
|
||||
### Install
|
||||
|
||||
#### Fedora/Enterprise Linux
|
||||
|
||||
```bash
|
||||
## Example for version 0.13.1
|
||||
|
@ -26,10 +43,13 @@ wget -P /tmp/ https://inf-it.com/open-source/download/InfCloud_0.13.1.zip
|
|||
unzip -d /var/www/html/ /tmp/InfCloud_0.13.1.zip
|
||||
```
|
||||
|
||||
# Configuration InfCloud
|
||||
|
||||
# Configuration
|
||||
## Bundled Installation
|
||||
|
||||
## Configuration InfCloud
|
||||
Nothing more to do, configuration will be adjusted on-the-fly
|
||||
|
||||
## Dedicated Installation
|
||||
|
||||
Adjust `config.js` related to
|
||||
|
||||
|
@ -73,7 +93,7 @@ like
|
|||
hrefLabel: null,
|
||||
```
|
||||
|
||||
## Configuration Radicale "rights"
|
||||
# Configuration Radicale "rights"
|
||||
|
||||
```
|
||||
# Allow reading base of user collections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue