Re-install Roundcube/Horde via CLI

How do you force RoundCube to update or re-install via the command line?

/usr/local/cpanel/bin/update-roundcube --force

For Horde, the commands are;

/etc/init.d/mysql stop && /etc/init.d/chkservd stop
mysqld_safe --skip-grant-tables &
mysql
>kill %1
/etc/init.d/mysql start
/etc/init.d/chkservd start
/scripts/fullhordereset

g33kadmin

I am a g33k, Linux blogger, developer, student and Tech Writer for Liquidweb.com/kb. My passion for all things tech drives my hunt for all the coolz. I often need a vacation after I get back from vacation....

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.