diff options
author | B. Stack <bgstack15@gmail.com> | 2022-05-17 19:28:28 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-05-17 19:28:28 -0400 |
commit | 90eeb416202f159c61046939760f5e16e9363f2a (patch) | |
tree | 31c6d31342d456cefc868c6cc79b18d59ca2c10f /README-stackrpms.md | |
parent | improve config, and add .gitremotes (diff) | |
download | radicaleinfcloud-90eeb416202f159c61046939760f5e16e9363f2a.tar.gz radicaleinfcloud-90eeb416202f159c61046939760f5e16e9363f2a.tar.bz2 radicaleinfcloud-90eeb416202f159c61046939760f5e16e9363f2a.zip |
add initial rpm spec and stackrpms readme
Diffstat (limited to 'README-stackrpms.md')
-rw-r--r-- | README-stackrpms.md | 8 |
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 |