aboutsummaryrefslogtreecommitdiff
path: root/README-stackrpms.md
blob: ee7b0424a6cc654cf156e08d23c49a9886c63cbb (plain)
1
2
3
4
5
6
7
8
# README for InfCloud for Stackrpms

## Usage
The rpm deploys infcloud to /usr/share/infcloud. The easiest way to use this on your web server is to set up a symlink in your web root directory:

    sudo ln -s /usr/share/infcloud/radicale_infcloud/web /var/www/html/calendar

The config.js is now stored in /etc/infcloud/. After updating it, be sure to run /usr/sbin/update-infcloud-cache
bgstack15