Overview
Webuzo uses its own Web server stack called EMPS. This guide shows you how to update EMPS.
Execute these following commands as a root :
Check for an Update
To check if there is an update available run the following command :
/usr/local/emps/bin/php /usr/local/webuzo/conf/webuzo/emps/emps.php
This will give you some output about the current version of your EMPS and the latest available.
Update
To update just run the following command :
/usr/local/emps/bin/php /usr/local/webuzo/conf/webuzo/emps/emps.php -u
That's it, this will update EMPS. You can see the logs while the update is being performed :
tail -f /tmp/emps.log