Author Topic: Installing additional plugins  (Read 1123 times)

Offline DarkTrinity

  • Newbie
  • *
  • Posts: 3
Installing additional plugins
« on: August 19, 2021, 09:49:09 AM »
Hi Community,

on Roundcube you can install pluginsthat are on the folder /var/lib/roundcube/plugins by adding them into corresponding array inside /var/lib/roundcube/config/config.inc.php . This works just fine. But I need a solution to access my Google Information (contacts and if possible calendar) inside roundcube.

There are interesting plugins for this available to include - but I do not manage. I already fail within the first steps that are mentioned on https://plugins.roundcube.net/#/   >:(

My problem when following this wiki:

First steps works fine
Quote
1. Install Composer
als below:
Code: [Select]
root@webqa1:/var/lib/roundcube# curl -s https://getcomposer.org/installer | php
All settings correct for using Composer
Downloading...

Composer (version 2.1.5) successfully installed to: /var/lib/roundcube/composer.phar
Use it: php composer.phar

root@webqa1:/var/lib/roundcube# ls
composer.phar  config  index.php  logs  plugins  program  skins  temp

But second step:
Quote
Copy the template composer.json-dist to composer.json in your Roundcube root directory.

I do not have this file - nowhere:

Code: [Select]
root@webqa1:/var/lib/roundcube/config# locate composer.json-dist
root@webqa1:/var/lib/roundcube/config#

What now ?
« Last Edit: August 19, 2021, 09:52:48 AM by DarkTrinity »