Difference between revisions of "The Address Book"
m (→Installation) |
Unnilennium (talk | contribs) (→Bugs) |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 3: | Line 3: | ||
=== Maintainer === | === Maintainer === | ||
http://www.dungog.net | http://www.dungog.net | ||
+ | ===Version=== | ||
+ | {{#smeversion: smeserver-theaddressbook }} | ||
=== Description === | === Description === | ||
− | + | ||
The Address Book is a free, open source address management system | The Address Book is a free, open source address management system | ||
=== Installation === | === Installation === | ||
− | + | To install issue the following commands on the SME Server shell: | |
− | |||
yum install --enablerepo=smecontribs smeserver-theaddressbook | yum install --enablerepo=smecontribs smeserver-theaddressbook | ||
− | + | There is no need to reboot. | |
Add addressbook mysql password to config file | Add addressbook mysql password to config file | ||
Line 37: | Line 38: | ||
[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 | ||
− | |||
− | |||
− | |||
=== Usage === | === Usage === | ||
Go to yourserver.net/addressbook | 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 === | === Bugs === | ||
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-addressbook component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-addressbook|title=this link}}. | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-addressbook component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-addressbook|title=this link}}. | ||
− | [[Category: Contrib]] | + | [[Category: Deprecated Contrib]] |
[[Category: Dungog]] | [[Category: Dungog]] |
Latest revision as of 07:00, 18 April 2021
The Address Book
Maintainer
Version
Description
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 .