Roundcube Community Forum

 

Installing additional plugins

Started by DarkTrinity, August 19, 2021, 09:49:09 AM

Previous topic - Next topic

DarkTrinity

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
Quote1. Install Composer
als below:
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:
QuoteCopy the template composer.json-dist to composer.json in your Roundcube root directory.

I do not have this file - nowhere:

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


What now ?