Difference between revisions of "The Address Book"

From SME Server
Jump to navigationJump to search
m
Line 10: Line 10:
  
 
=== Installation ===
 
=== Installation ===
This contrib can be found in the [http://mirror.contribs.org/smeserver/releases/7/smecontribs/i386/repodata/index.html smecontribs] repository.
 
 
Download and install addressbook and smeserver-addressbook with
 
 
  yum install --enablerepo=smecontribs smeserver-theaddressbook
 
  yum install --enablerepo=smecontribs smeserver-theaddressbook
  
Line 38: Line 35:
 
  config setprop addressbook PublicAccess global-pw
 
  config setprop addressbook PublicAccess global-pw
  
'''Uninstall'''
+
=== Usage ===
 +
Go to yourserver.net/addressbook
 +
 
 +
=== Uninstall ===
 
  rpm -e addressbook smeserver-addressbook
 
  rpm -e addressbook smeserver-addressbook
  
=== Usage ===
+
To remove mysql database and user, both are addressbook, see
Go to yourserver.net/addressbook
+
http://wiki.contribs.org/MySQL#Remove_a_database_and_user
  
 
=== Bugs ===
 
=== Bugs ===

Revision as of 01:47, 6 April 2008

The Address Book

Maintainer

http://www.dungog.net

Description

http://www.corvalis.net/address

The Address Book is a free, open source address management system

Installation

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

Usage

Go to yourserver.net/addressbook

Uninstall

rpm -e addressbook smeserver-addressbook

To remove mysql database and user, both are addressbook, see

http://wiki.contribs.org/MySQL#Remove_a_database_and_user

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-addressbook component or use this link .