Changes

Jump to navigation Jump to search
Line 388: Line 388:     
==== Fix zipdownload plugin ====
 
==== Fix zipdownload plugin ====
* Fix zipdownload plugin
+
sudo apt-get install php7.0-zip
 +
sudo apt-get install php7.0-gd
 +
 
 
==== Spamassasin ====
 
==== Spamassasin ====
 
* TODO: Spamassasin
 
* TODO: Spamassasin
 +
 +
==== Roundcube Plugin Installer ====
 +
cd <roundcube-project-root>
 +
curl -s https://getcomposer.org/installer | php
 +
 +
composer.json-dist to composer.json in your Roundcube root directory
 +
 +
===== Installing Plugins =====
 +
https://plugins.roundcube.net/explore/<br />
 +
Then edit your local composer.json file and add the "vendor/plugin" names to the "require" section of the JSON structure. Don't forget to specify the version constraint:
 +
<nowiki>"require" : {
 +
    ...,
 +
    "roundcube/rcsample": ">=0.2.0"
 +
}</nowiki>
 +
 +
After every change to composer.json run
 +
php composer.phar install
    
== Restart Everithing ==  
 
== Restart Everithing ==  

Navigation menu