mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-20 01:44:15 +00:00
Update for current situation.
This commit is contained in:
parent
506d47fc6d
commit
0767856610
33
INSTALL
33
INSTALL
@ -4,13 +4,12 @@ Installation
|
|||||||
Debian Users
|
Debian Users
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Ideally you will be running a recent Debian release and will be able to add:
|
DAViCal is in Debian Sid so you should be able to simply:
|
||||||
|
|
||||||
deb http://debian.mcmillan.net.nz/debian unstable awm
|
apt-get install davical
|
||||||
|
|
||||||
to your /etc/apt/sources.list. Once you have done that you can use apt-get
|
Or synaptic or some other equivalent package manager to fetch and install
|
||||||
or synaptic or some other equivalent package manager to fetch and install
|
DAViCal and all the dependencies.
|
||||||
rscds and all the dependencies.
|
|
||||||
|
|
||||||
Skip to the "Database Setup" part if you have done that already.
|
Skip to the "Database Setup" part if you have done that already.
|
||||||
|
|
||||||
@ -18,8 +17,8 @@ Skip to the "Database Setup" part if you have done that already.
|
|||||||
Other Linux Users
|
Other Linux Users
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
You will need to download the latest versions of the rscds and awl packages
|
You will need to download the latest versions of the davical and awl packages
|
||||||
from the sourceforge download page for rscds.
|
from the sourceforge download page for davical (the sf.net project is 'rscds').
|
||||||
|
|
||||||
You will need to untar these. Preferably you will untar them from within
|
You will need to untar these. Preferably you will untar them from within
|
||||||
the "/usr/share" directory and everything will be in it's expected location
|
the "/usr/share" directory and everything will be in it's expected location
|
||||||
@ -27,8 +26,8 @@ the "/usr/share" directory and everything will be in it's expected location
|
|||||||
in one place).
|
in one place).
|
||||||
|
|
||||||
I would like to hear from non-Debian users regarding things I might have
|
I would like to hear from non-Debian users regarding things I might have
|
||||||
missed, or things you have learned about the system, so please post a
|
missed, or things you have learned about the system, so please tell us on
|
||||||
message on the forums, or e-mail me or something.
|
IRC, or post to the mailing list or forums.
|
||||||
|
|
||||||
|
|
||||||
Non-Linux Users
|
Non-Linux Users
|
||||||
@ -46,6 +45,14 @@ scripts are likely to need love.
|
|||||||
|
|
||||||
I'm available to answer questions, anyway :-)
|
I'm available to answer questions, anyway :-)
|
||||||
|
|
||||||
|
Getting Help
|
||||||
|
------------
|
||||||
|
|
||||||
|
The best place to get help is on IRC. The official DAViCal
|
||||||
|
IRC channel is #davical on irc.oftc.net
|
||||||
|
|
||||||
|
There is also a mailing list, and forums on Sourceforge.
|
||||||
|
|
||||||
|
|
||||||
Pre-requisites
|
Pre-requisites
|
||||||
==============
|
==============
|
||||||
@ -110,12 +117,12 @@ I use a Virtual Host stanza like this:
|
|||||||
#
|
#
|
||||||
# Virtual Host def for Debian packaged DAViCal
|
# Virtual Host def for Debian packaged DAViCal
|
||||||
<VirtualHost 123.4.56.78 >
|
<VirtualHost 123.4.56.78 >
|
||||||
DocumentRoot /usr/share/rscds/htdocs
|
DocumentRoot /usr/share/davical/htdocs
|
||||||
DirectoryIndex index.php index.html
|
DirectoryIndex index.php index.html
|
||||||
ServerName davical.example.net
|
ServerName davical.example.net
|
||||||
ServerAlias calendar.example.net
|
ServerAlias calendar.example.net
|
||||||
Alias /images/ /usr/share/rscds/htdocs/images/
|
Alias /images/ /usr/share/davical/htdocs/images/
|
||||||
php_value include_path /usr/share/rscds/inc:/usr/share/awl/inc
|
php_value include_path /usr/share/davical/inc:/usr/share/awl/inc
|
||||||
php_value magic_quotes_gpc 0
|
php_value magic_quotes_gpc 0
|
||||||
php_value register_globals 0
|
php_value register_globals 0
|
||||||
php_value error_reporting "E_ALL & ~E_NOTICE"
|
php_value error_reporting "E_ALL & ~E_NOTICE"
|
||||||
@ -192,7 +199,7 @@ to use this, and the docs for that are elsewhere.
|
|||||||
|
|
||||||
See:
|
See:
|
||||||
|
|
||||||
http://rscds.sourceforge.net/
|
http://wiki.davical.org/
|
||||||
|
|
||||||
Which is the place where documentation will generally be kept up to
|
Which is the place where documentation will generally be kept up to
|
||||||
date the most.
|
date the most.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user