aboutsummaryrefslogtreecommitdiff
path: root/README-stackrpms.md
diff options
context:
space:
mode:
Diffstat (limited to 'README-stackrpms.md')
-rw-r--r--README-stackrpms.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README-stackrpms.md b/README-stackrpms.md
new file mode 100644
index 0000000..ee7b042
--- /dev/null
+++ b/README-stackrpms.md
@@ -0,0 +1,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