Go to your Roundcube Directory
Link 1
Link 2
# cd /usr/local/cwpsrv/var/services/roundcube
# php composer.phar install
Could not open input file: composer.phar
# composer --version
-bash: composer: command not found
# curl -sS https://getcomposer.org/installer | php
# php composer.phar install
# curl -sS https://getcomposer.org/installer | php
# mv composer.phar /usr/local/bin/composer.phar
# alias composer='/usr/local/bin/composer.phar'
# composer --version
This post is based on this article.Link 1
Link 2
Comments
Post a Comment
You are always welcome to comment here, but your remarks should be relevant to the conversation. To keep the exchanges focused and engaging, we reserve the right to remove off-topic comments, or self-promoting URLs and vacuous messages.
We will try to reply to your queries as soon as time allows.
Regards,
Admin