aboutsummaryrefslogtreecommitdiffstats
path: root/www-apps/davical/files/postinstall-en.txt
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-03-02 03:34:49 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2012-03-02 03:41:04 +0100
commitb477a3f4d3c2aea591684ee880b0deb414070244 (patch)
tree85e6e5779ad0f485d4ed5e233336e2f047404ffe /www-apps/davical/files/postinstall-en.txt
parent3413b3adaf242a639bdcae7bb0c8afbc4b5187a0 (diff)
downloadoverlay-b477a3f4d3c2aea591684ee880b0deb414070244.tar.gz
overlay-b477a3f4d3c2aea591684ee880b0deb414070244.tar.xz
overlay-b477a3f4d3c2aea591684ee880b0deb414070244.zip
davical: forked from sunrise
changed php library path, the php-lib-r1.eclass now installs the libraries to /usr/share/php instead of /usr/share/php5
Diffstat (limited to '')
-rw-r--r--www-apps/davical/files/postinstall-en.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/www-apps/davical/files/postinstall-en.txt b/www-apps/davical/files/postinstall-en.txt
new file mode 100644
index 0000000..5a88a2b
--- /dev/null
+++ b/www-apps/davical/files/postinstall-en.txt
@@ -0,0 +1,18 @@
+You will need access to postgresql database to use davical.
+
+Read /usr/share/doc/www-apps/davical-${PVR}/INSTALL.gz for installation
+instructions.
+Release notes are available at
+http://wiki.davical.org/w/Release_Notes/${PVR}.
+Full documentation and wiki on http://davical.org
+
+If you are upgrading from a previous version of davical, don't forget to
+upgrade the database structure with
+ cd /usr/share/webapps/davical/${PVR}/sqlscripts/
+ ./update-davical-database -dbuser xxxxxxx -appuser xxxxxx
+
+You can safely ignore any message about missing time_zone table.
+
+If you are upgrading from a version <= 0.9.8.4 please note inc/ and locale/
+have been moved away from the htdocs directory and placed into hostroot for
+safety reasons.