Add a README.Debian explaining the necessary steps for a basic installation

This commit is contained in:
Florian Schlichting 2014-10-07 00:58:38 +02:00
parent c6b657a631
commit 398302d554
2 changed files with 38 additions and 0 deletions

36
debian/README.Debian vendored Normal file
View File

@ -0,0 +1,36 @@
Initial DAViCal configuration on Debian
=======================================
General installation and configuration information is available at
http://www.davical.org/installation.php Please visit that website for
details and further reading.
After installation, basic configuration with a local database consists
of the following steps:
1. Allow DAViCal to connect to the database, by adding the following 2
lines at the top of your pg_hba.conf file (path depending on postgres
version, for Debian Jessie try /etc/postgresql/9.4/main/pg_hba.conf):
local davical davical_app trust
local davical davical_dba trust
2. Create the database, noting the displayed DAViCal admin password:
sudo -u postgres /usr/share/davical/dba/create-database.sh
3. Create an Apache vhost config, or symlink /usr/share/davical/htdocs
somewhere below an existing vhost's document root
4. Create /etc/davical/config.php containing at least the lines
<?php
$c->pg_connect[] = 'dbname=davical user=davical_app';
?>
5. Point your browser to /setup.php (or wherever you symlinked the
htdocs directory in step 3), log in as user admin with the password
noted in step 2 above, and review the displayed issues, if any.
After that you're all set to create and configure users, upload existing
calendars or set up clients.

2
debian/changelog vendored
View File

@ -15,6 +15,8 @@ davical (1.1.3~git20140914-1) unstable; urgency=low
(closes: #717043), php5-curl to Recommends (closes: #656390),
php5-ldap as Suggests (LP: #479378)
* Add doc-base registration for api doc and website in davical-doc
* Add a README.Debian explaining the necessary steps for a basic
installation
* Bump dh compat to level 9
* Add a debian/watch file
* Switch d/copyright to copyright-format 1.0, amend CREDITS from git log