Difference between revisions of "The Address Book"
m (→Bugs) |
m (→Installation) |
||
Line 15: | Line 15: | ||
yum install --enablerepo=smecontribs smeserver-theaddressbook | yum install --enablerepo=smecontribs smeserver-theaddressbook | ||
− | + | No need to reboot. | |
− | + | Add addressbook mysql password to config file | |
find mysql password with 'config show addressbook' | find mysql password with 'config show addressbook' | ||
Line 23: | Line 23: | ||
nano -w /opt/addressbook/config.php | nano -w /opt/addressbook/config.php | ||
− | + | Create database structure | |
open YourServer.net/addressbook/install.php | open YourServer.net/addressbook/install.php | ||
− | + | Remove install script | |
rm /opt/addressbook/install.php | rm /opt/addressbook/install.php | ||
Line 37: | Line 37: | ||
[optional] Restrict usage with PublicAccess db, (global-pw are default): | [optional] Restrict usage with PublicAccess db, (global-pw are default): | ||
config setprop addressbook PublicAccess global-pw | config setprop addressbook PublicAccess global-pw | ||
− | |||
− | |||
− | |||
'''Uninstall''' | '''Uninstall''' |
Revision as of 06:04, 21 January 2008
The Address Book
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 smecontribs repository.
Download and install addressbook and smeserver-addressbook with
yum install --enablerepo=smecontribs smeserver-theaddressbook
No need to reboot.
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
Uninstall
rpm -e addressbook smeserver-addressbook
Usage
Go to yourserver.net/addressbook
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-addressbook component or use this link .