For supported distribution, see http://www.kerio.com/.
Download the appropriate installation package and launch the installation.
Use the following instructions to install the product under the root
user:
# dpkg -i kerio-workspace-2.x.x-xxxx.deb
In case of missing dependencies, the installation indicates an error. To fix it, use the following command:
# apt-get -f install
This command installs the missing dependencies and finishes the installation.
Now open a web browser at https://localhost:4060/setup. A configuration wizard is run where you can configure the administration account for login to the server and the path to the data store (see section 2.6 Configuration Wizard).
In folder /etc/init.d
, the kerio-workspace-application
and kerio-workspace-rendering
scripts are created. They ensure the automatic start of the services after the system start (Kerio Workspace Application Server and Kerio Workspace Rendering Server). You can manually start and stop both services using the scripts:
/etc/init.d/kerio-workspace-application start
/etc/init.d/kerio-workspace-rendering start
Or stop the services manually using the following commands:
/etc/init.d/kerio-workspace-application stop
/etc/init.d/kerio-workspace-rendering stop
To start the services, use these commands:
/etc/init.d/kerio-workspace-application restart
/etc/init.d/kerio-workspace-rendering restart
The scripts must be run under user root.
# dpkg -i kerio-workspace-2.x.x-xxxx.deb
If you need to uninstall the product, use the following commands:
apt-get remove kerio-workspace
If you also use the --purge
parameter, all configuration files and data store will be removed.