Page 1 of 1

Clarification for Roundcube 1.1.1 plugins [Solved]

Posted: Wed Apr 15, 2015 8:47 am
by realjumy
Greetings.

I just installed VestaCP 0.9.8 (x86_64) in a Centos 6.5 machine, and I'm running Roundcube Webmail 1.1.1 as it comes out of the box with the VestaCP installation (after solving the Spamassassin and folders problems).

I'm trying to install plugins for Roundcube as described at http://plugins.roundcube.net/

I go to the /usr/share/roundcubemail folder and I execute

Code: Select all

curl -s http://getcomposer.org/installer | php
The problem is that, after that, I can't found the composer.json-dist file. I tried downloading the file from the Roundcube GIT but seems that I'm doing something wrong as there is always something failing.

Can anyone give me a hand to make clear instructions of how to install the plugins for the Roundcube 1.X in VestaCP, please?

Thanks.

Re: Clarification for Roundcube 1.1.1 plugins

Posted: Wed Apr 15, 2015 1:27 pm
by skurudo
Vesta nothing to do with ;) Roundcube it's 3rd party software.

Code: Select all

$ cd /usr/share/roundcubemail

Code: Select all

$ ls
bin  index.php  installer  plugins  program  README.md  robots.txt  skins  SQL  vendor

Code: Select all

$ curl -s http://getcomposer.org/installer | php
#!/usr/bin/env php
All settings correct for using Composer
Downloading...

Composer successfully installed to: /usr/share/roundcubemail/composer.phar
Use it: php composer.phar

Code: Select all

cp /usr/share/doc/roundcubemail-1.1.1/composer.json-dist /usr/share/roundcubemail/
and then rename composer.json-dist to composer.json and install plugins

Re: Clarification for Roundcube 1.1.1 plugins

Posted: Wed Apr 15, 2015 3:48 pm
by realjumy
Thank you very much @skurudo. I will give it a try.

Just one thing: The last command should be
cp /usr/share/doc/roundcubemail-1.1.1/composer.json-dist /usr/share/roundcubemail/

Re: Clarification for Roundcube 1.1.1 plugins

Posted: Wed Apr 15, 2015 3:52 pm
by skurudo
realjumy wrote:Just one thing: The last command should be
Yep, thanks, that was mistake.

Re: Clarification for Roundcube 1.1.1 plugins [Solved]

Posted: Wed Mar 28, 2018 9:50 pm
by dfoy
The instructions are outdated, unfortunately. I want to install the Archive plugin into Roundcube under Vesta 0.9.8. I tried to generalize from the previous directory structure, as described here, to the new one, but was never able to make anything work.
Is it possible to get these instructions updated?
Thanks