diff options
Diffstat (limited to 'www-apps/davical/files')
-rw-r--r-- | www-apps/davical/files/postinstall-en-0.9.5.txt | 27 | ||||
-rw-r--r-- | www-apps/davical/files/postinstall-en-0.9.6.1.txt | 10 |
2 files changed, 10 insertions, 27 deletions
diff --git a/www-apps/davical/files/postinstall-en-0.9.5.txt b/www-apps/davical/files/postinstall-en-0.9.5.txt deleted file mode 100644 index 0565bf1c2..000000000 --- a/www-apps/davical/files/postinstall-en-0.9.5.txt +++ /dev/null @@ -1,27 +0,0 @@ -1. You must setup a configuration file in the follow location: - /etc/davical/<servername>-conf.php - -2. Apache must be configured, here is a template: - <VirtualHost *:80> - DocumentRoot /var/www/<vhost>/htdocs/rscds/htdocs - DirectoryIndex index.php index.html - ServerName calendar.example.com - ServerAlias calendar.example.com - Alias /images/ /var/www/<vhost>/htdocs/images/ - php_value include_path /usr/share/awl/inc - php_value magic_quotes_gpc 0 - php_value register_globals 0 - <Directory "/var/www/<vhost>/htdocs/rscds/htdocs"> - Order deny,allow - Allow from all - </Directory> - </VirtualHost> - -3. You must setup a database in PostGreSQL. Follow these instructions: - su postgres -c createuser --no-createdb general - su postgres -c \ - /usr/share/webapps/rscds/<version>/sqlscripts/create-database.sh - - -The full installation documentation can be found here: - http://rscds.sourceforge.net/installation.php diff --git a/www-apps/davical/files/postinstall-en-0.9.6.1.txt b/www-apps/davical/files/postinstall-en-0.9.6.1.txt new file mode 100644 index 000000000..a98dd8f98 --- /dev/null +++ b/www-apps/davical/files/postinstall-en-0.9.6.1.txt @@ -0,0 +1,10 @@ +You will need access to postgresql database to use davical. + +Read /usr/share/doc/www-apps/davical-0.9.6.1/INSTALL.gz for installation +instructions. 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/0.9.6.1/sqlscripts/ + chmod u+x update-davical-database + ./update-davical-database -dbuser xxxxxxx -appuser xxxxxxx |