Ero sivun ”Horde Debian-pohjaisissa jakeluissa” versioiden välillä
Siirry navigaatioon
Siirry hakuun
Horde Debian-pohjaisissa jakeluissa (muokkaa)
Versio 28. elokuuta 2009 kello 01.43
, 28. elokuuta 2009ei muokkausyhteenvetoa
pEi muokkausyhteenvetoa |
pEi muokkausyhteenvetoa |
||
Rivi 66: | Rivi 66: | ||
psql horde horde < nag.sql | psql horde horde < nag.sql | ||
</pre> | </pre> | ||
Edit /etc/horde/horde3/conf.php ; remove first echo and exit lines. Then do the following change: | |||
<pre> | |||
$conf['cookie']['path'] = '/'; | |||
</pre> | |||
Edit /etc/horde/horde3/prefs.php to look like following:<br><br> | |||
twentyFour stanza: | |||
<pre> | |||
'value' => true, | |||
</pre> | |||
date_format stanza: | |||
<pre> | |||
'value' => '%Y-%m-%d', | |||
</pre> | |||
first_week_day stanza: | |||
<pre> | |||
'value' => '1', | |||
</pre> | |||
Edit /etc/horde/kronolith2/prefs.php to loog like following:<br><br> | |||
week_start_monday stanza: | |||
<pre> | |||
'value' => '1', | |||
</pre> | |||
Edit /etc/horde/horde3/registry.php to look like following:<br><br> | |||
horde stanza: | |||
<pre> | |||
'webroot' => '', | |||
</pre> | |||
Change config directory permissions: | |||
<pre> | |||
chown www-data:www-data /etc/horde/ -R | |||
</pre> | |||
Web-configure horde from http://horde.example.com<br><br> | |||
Now edit /etc/horde/horde3/registry.php again to look like following:<br><br> | |||
kronolith stanza: | |||
<pre> | |||
'status' => 'active', | |||
</pre> | |||
turba stanza: | |||
<pre> | |||
'status' => 'active', | |||
</pre> | |||
mnemo stanza: | |||
<pre> | |||
'status' => 'active', | |||
</pre> | |||
nag stanza: | |||
<pre> | |||
'status' => 'active', | |||
</pre> | |||
Now configure horde again, for horde set $conf[share][no_sharing] to OFF and $conf[share][any_group] ON. Also, configure the permissions system; add kronolith , turba, mnemo and nag to the permissions system. For all the aforementioned apps, grant Show and Read permissions for 1) "All Authenticated Users" and 2) "Guest Permissions".<br> | |||
Now every user can configure sharing of his/her calendar, address book, etc. For example, to share one's calendar, select Calendar app, "Manage Calendars" and select the "keys" icon, then check Show and Read permissions for "Guest Permissions". | |||
=== SyncML synchronization to mobile phone === | |||
The best thing with the setup, IMHO, is the ability to synchronize all the data to a SyncML capable mobile phone. I use Nokia E51, and the synchronization just works. To setup synchronization on phone, do the following: | |||
1. Select Tools => Sync => Options => New sync profile (don't copy values). Name the profile as Horde. | |||
2. Select Connection settings and set: | |||
* Server version "1.2" (I don't really know what this does, but 1.2 has worked for me) | |||
* Server ID "horde.example.com" (substitute your own server here) | |||
* Data bearer "Internet" | |||
* Access point "Always ask" | |||
* Host address "http://horde.example.com/rpc.php" (susbsitute your own server) | |||
* Port "80" | |||
* User name "(your horde username)" | |||
* Password "(your horde password)" | |||
* Allow sync requests "Yes" | |||
* Accept all sync requests "No" | |||
* Network authentication "No" | |||
3. From Horde profile menu, select Applications | |||
* Select Contacts and set: | |||
** Include in sync "Yes" | |||
** Remote database "contacts" | |||
** Synchronization type "Both ways" | |||
* Select Calendar and set: | |||
** Include in sync "Yes" | |||
** Remote database "calendar" | |||
** Synchronization type "Both ways" | |||
* Select Notes and set: | |||
** Include in sync "Yes" | |||
** Remote database "notes" | |||
** Synchronization type "Both ways" | |||
=== Notes: === | |||
* Make sure, php has at least 32 MB's of memory | |||
* Preference system should be used with the 'SQL database' option |