Difference between revisions of "The Address Book"
m (Theaddressbook moved to The Address Book: readability) |
|||
Line 15: | Line 15: | ||
Download and install addressbook and smeserver-addressbook | Download and install addressbook and smeserver-addressbook | ||
− | yum install --enablerepo=dungog smeserver- | + | yum install --enablerepo=dungog smeserver-theaddressbook |
Note: signal-event post-upgrade & signal-event reboot is not necessary for addressbook install | Note: signal-event post-upgrade & signal-event reboot is not necessary for addressbook install |
Revision as of 03:58, 9 January 2008
TheAddressBook
Maintainer
Description
http://www.corvalis.net/address
The Address Book is a free, open source address management system
Installation
This contrib can be found in the Dungog repository.
The following command will configure the Dungog repository on SME Server.
The dungog repository will no longer be updated.
All the contribs from this repository have been moved to the smecontribs repository.
DungogMember contribs are still at http://www.dungog.net After adding it to the database we have to update the changes to the configuration file:
signal-event yum-modify
Download and install addressbook and smeserver-addressbook
yum install --enablerepo=dungog smeserver-theaddressbook
Note: signal-event post-upgrade & signal-event reboot is not necessary for addressbook install
add addressbook mysql password to config file find mysql password with 'config show addressbook'
cp /opt/addressbook/config.php.dist /opt/addressbook/config.php nano -w /opt/addressbook/config.php
create database structure open YourServer.net/addressbook/install.php
remove install script
rm /opt/addressbook/install.php
[optional] import addresses, see /opt/addressbook/import.pl
[optional] setup Roundcube LDAP. todo
[optional] ODBC access, for mailout labels. todo
[optional] Restrict usage with PublicAccess db, (global-pw are default):
config setprop addressbook PublicAccess global-pw
Check installed version
yum info installed *addressbook*
Uninstall
rpm -e addressbook smeserver-addressbook
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-addressbook component or use this link .