You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

INSTALL 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Look at https://github.com/sblaisot/automatic_addressbook
  2. Installing automatic addressbook plugin
  3. ---------------------------------------
  4. You need roundcube > 0.4 installed.
  5. automatic_addressbook plugin version 0.2 has been tester against roundcube 0.5 and 0.6.
  6. above versions have been tested against roundcube 0.8.0 and 0.8.1 with larry skin and mysql backend.
  7. Download the latest version archive
  8. 1. Uncompress it and move it to the roundcube plugins dir :
  9. tar xvjf automatic_addressbook-latest.tar.bz2
  10. mv automatic_addressbook <path_to_roundcube>/plugins/
  11. 2. Execute the relevant SQL/<db engine>.initial.sql script on your database (process depends on your DB engine)
  12. 3. Add "automatic_addressbook" to the plugins list in
  13. <path_to_roundcube>/config/main.inc.php or <path_to_roundcube>/config/config.inc.php depending on your roundcube version, for example :
  14. $rcmail_config['plugins'] = array('automatic_addressbook',);
  15. It works :)
  16. Configuration
  17. -------------
  18. You can customize some settings :
  19. copy config/config.inc.php.dist to config/config.inc.php
  20. edit config/config.inc.php as you fancy
  21. Among others, you can choose if your users will have automatic_addressbook enabled or disabled by default (use_auto_abook option).
  22. Upgrading roundcube to 0.6
  23. --------------------------
  24. If you upgrade from roundcube 0.5 to 0.6, automatic addressbook plugin will continue to work :
  25. Be sure to use the last version of the plugin ;
  26. upgrade the plugin's database schemes using one of the automatic_addressbook/SQL/*.update.sql scripts.