Group-Office Update client
If you have a support contract you can connect your Group-Office to the Group-Office Network so you can update Group-Office with a mouseclick when a new version is available. You need to install the updateclient module, install the PHP command line interface and configure sudo to execute the update script. This requires root access to the server!
- Install php-cli
- Install sudo
- Install wget
- Configure sudo to run the update script. Run "visudo" and add this line:
Replace "www-data" with your webserver user. Perhaps "apache"
Your done! Now you can update Group-Office with a mouseclick. You need your shop username and password and the hostname of the license to start the update client.
Troubleshooting:
Passwd: is shown only in the status screen
If Password: is shown then you did not set sudo up correctly. Check the path using visudo. Then test if it works:
sudo -u www-data /path/to/upgrade.php
Replace www-data with your apache username
