mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-27 02:54:27 +00:00
Change names to DAViCal.
This commit is contained in:
parent
9172e1a86c
commit
eefdb7749f
@ -2,12 +2,12 @@
|
||||
include("page-header.php");
|
||||
|
||||
echo <<<EOBODY
|
||||
<h1>RSCDS Not Configured</h1>
|
||||
<h1>DAViCal Not Configured</h1>
|
||||
<h2>The Bad News</h2>
|
||||
<p>There is no configuration file present in <b>/etc/rscds/$_SERVER[SERVER_NAME]-conf.php</b> so
|
||||
<p>There is no configuration file present in <b>/etc/davical/$_SERVER[SERVER_NAME]-conf.php</b> so
|
||||
your installation is not fully set up.</p>
|
||||
<h2>The Good News</h2>
|
||||
<p>Well, you're seeing this! At least you have RSCDS <i>installed</i> :-) You also have Apache and PHP working
|
||||
<p>Well, you're seeing this! At least you have DAViCal <i>installed</i> :-) You also have Apache and PHP working
|
||||
and so really you are well on the road to success!</p>
|
||||
<h2>The Dubious News</h2>
|
||||
<p>You could try and <a href="http://$_SERVER[SERVER_NAME]/docs/rscds/configuring.html">click here</a> and
|
||||
@ -17,18 +17,16 @@ include("page-header.php");
|
||||
<p>The configuration file should look something like this:</p>
|
||||
<pre>
|
||||
<?php
|
||||
// \$c->domain_name = 'rscds.example.com';
|
||||
// \$c->sysabbr = 'rscds';
|
||||
// \$c->system_name = 'Really Simple CalDAV Store';
|
||||
// \$c->domain_name = 'davical.example.com';
|
||||
// \$c->sysabbr = 'davical';
|
||||
// \$c->system_name = 'DAViCal CalDAV Server';
|
||||
|
||||
\$c->admin_email = 'admin@example.com';
|
||||
\$c->pg_connect[] = 'dbname=rscds port=5432 user=general';
|
||||
\$c->pg_connect[] = 'dbname=davical port=5432 user=general';
|
||||
|
||||
?>
|
||||
</pre>
|
||||
<p>The only really <em>essential</em> thing there is that connect string for the database, although
|
||||
configuring someone for the admin e-mail is a really good idea.</p>
|
||||
EOBODY;
|
||||
|
||||
include("page-footer.php");
|
||||
?>
|
||||
Loading…
x
Reference in New Issue
Block a user