Difference between revisions of "The Address Book"

From SME Server
Jump to navigationJump to search
m (categorisation)
(5 intermediate revisions by 3 users not shown)
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.
+
To install issue the following commands on the SME Server shell:
  
Download and install addressbook and smeserver-addressbook with
 
 
  yum install --enablerepo=smecontribs smeserver-theaddressbook
 
  yum install --enablerepo=smecontribs smeserver-theaddressbook
  
Note: signal-event post-upgrade & signal-event reboot is not necessary for 'The Address Book' install
+
There is no need to reboot.
  
add addressbook mysql password to config file
+
Add addressbook mysql password to config file
 
find mysql password with 'config show addressbook'
 
find mysql password with 'config show addressbook'
  
Line 23: Line 22:
 
  nano -w /opt/addressbook/config.php
 
  nano -w /opt/addressbook/config.php
  
create database structure
+
Create database structure
 
open YourServer.net/addressbook/install.php
 
open YourServer.net/addressbook/install.php
  
remove install script
+
Remove install script
 
  rm /opt/addressbook/install.php
 
  rm /opt/addressbook/install.php
  
Line 38: Line 37:
 
  config setprop addressbook PublicAccess global-pw
 
  config setprop addressbook PublicAccess global-pw
  
'''Check installed version'''
+
=== Usage ===
yum info installed *addressbook*
+
Go to yourserver.net/addressbook
  
'''Uninstall'''
+
=== Uninstallation ===
  rpm -e addressbook smeserver-addressbook
+
To remove the package issue the following command on the SME Server shell:
 +
  rpm -e theaddressbook smeserver-theaddressbook
 +
 
 +
To remove mysql database and user, both are addressbook, see [[MySQL#Remove a database]] and [[MySQL#Remove a user]]. There is no need to reboot.
  
 
=== Bugs ===
 
=== Bugs ===
Line 49: Line 51:
 
[[Category: Contrib]]
 
[[Category: Contrib]]
 
[[Category: Dungog]]
 
[[Category: Dungog]]
 +
[[Category: Webapps]]

Revision as of 13:39, 11 May 2010

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

To install issue the following commands on the SME Server shell:

yum install --enablerepo=smecontribs smeserver-theaddressbook

There is 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

Uninstallation

To remove the package issue the following command on the SME Server shell:

rpm -e theaddressbook smeserver-theaddressbook

To remove mysql database and user, both are addressbook, see MySQL#Remove a database and MySQL#Remove a user. There is no need to reboot.

Bugs

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