Installing plugin with dependencies fails
-
Hello!
I am trying to install the carddav plugin for Roundcube, but this fails because the plugin requires separate dependencies.
I got it working by manually installing these dependencies in the plugin directory. This at first also failed, because composer requires a lot of RAM for its dependency resolutions mechanism.
So the full steps to do this in full were:
- Increase memory in app settings (I tried with 2GB)
- Open the terminal and run:
cd /app/data/plugins/carddav && composer install --no-dev --optimize - Update the
/app/data/customconfig.phpfile (as listed in de docs) - Decrease memory
Afterwards, this worked fine.
So I suggest adding a little bit of documentation to the Roundcube documentation page listing this.
I had the benefit of having year of professional experience in PHP development to figure this out, but not every user might.
Thank you for your great work. I've been a happy user of Cloudron for years now!
-
Hello!
I am trying to install the carddav plugin for Roundcube, but this fails because the plugin requires separate dependencies.
I got it working by manually installing these dependencies in the plugin directory. This at first also failed, because composer requires a lot of RAM for its dependency resolutions mechanism.
So the full steps to do this in full were:
- Increase memory in app settings (I tried with 2GB)
- Open the terminal and run:
cd /app/data/plugins/carddav && composer install --no-dev --optimize - Update the
/app/data/customconfig.phpfile (as listed in de docs) - Decrease memory
Afterwards, this worked fine.
So I suggest adding a little bit of documentation to the Roundcube documentation page listing this.
I had the benefit of having year of professional experience in PHP development to figure this out, but not every user might.
Thank you for your great work. I've been a happy user of Cloudron for years now!
-
@jk Thanks, I have put the note at https://docs.cloudron.io/apps/roundcube/#plugins.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login