summaryrefslogtreecommitdiffstats
path: root/mail/roundcube-automatic_addressbook/files/pkg-message.in
blob: f0827639dfecac246ed84544a37375ca6a452b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---------------------------------------------------------------------
FIRST INSTALLATION

If this is a first installation of automatic addressbook plugin, you
have to execute the relevant initialisation SQL script for your
chosen database backend :

%%PLUGINDIR%%/SQL/<dbtype>.initial.sql

You will also need to copy :
%%PLUGINDIR%%/config/config.inc.php.dist to
%%PLUGINDIR%%/config/config.inc.php
and edit as you need.

Finally, you will need to add the plugin to your list of loadable
plugins in %%RCDIR%%/config/main.inc.php :

E.g. : $rcmail_config['plugins'] = array('automatic_addressbook');

UPGRADING

If you already had a previous version of automatic addressbook plugin
installed, you should update your database schema by executing the
relevant upgrade SQL script for your chosen database backend :

%%WWWDIR%%/SQL/<dbtype>.upgrade.sql

---------------------------------------------------------------------
OpenPOWER on IntegriCloud