summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/davical/files/postinstall-en-0.9.9.4.txt')
-rw-r--r--www-apps/davical/files/postinstall-en-0.9.9.4.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/www-apps/davical/files/postinstall-en-0.9.9.4.txt b/www-apps/davical/files/postinstall-en-0.9.9.4.txt
new file mode 100644
index 000000000..004cc0346
--- /dev/null
+++ b/www-apps/davical/files/postinstall-en-0.9.9.4.txt
@@ -0,0 +1,19 @@
+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
+
+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. Update you include_path accordingly.
+
+You may have to configure the locale path in the davical configuration file.
+(add a $c->locale_path = '/path/to/the/locales';)