diff --git a/docs/website/installation.php b/docs/website/installation.php index 56661113..33df7769 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -32,12 +32,28 @@ notes to pages somewhere under here:
We have created RPM packages of DAViCal and libawl-php from the .deb packages using "alien". These are reported to work fine, so use them and then proceed to the -Pre-requisites section below.
+Pre-requisites section below. If you would like to work with us to create native +RPM packages please get in touch!On SuSE Linux you may need to look in /var/lib/pgsql/data/ for the pg_hba.conf file.
-+emerge layman +layman -f -a sunrise +echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf ++ +From there, you can keep the overlay in sync with the command: +
layman -s sunrise+ +Davical can now be installed with a normal: +
emerge davical+ +
You will need to download the latest versions of the DAViCal and awl packages
from the sourceforge download page for DAViCal.