2.4  Linux — RPM

For supported distribution, see http://www.kerio.com/.

Warning

For installations, Kerio Workspace uses the RPM application. All functions are available except the option of changing the Kerio Workspace location.

The installation must be performed by a user with root rights. Kerio Workspace is installed to the /opt/kerio/workspace directory.

New installation

Start installation using this command:

# rpm -i <installation_file_name>

Example:

# rpm -i kerio-workspace-2.x.x-1270.linux.rpm

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).

Starting and stopping the server

Once all settings are finished successfully in the configuration wizard, Kerio Workspace is ready to be started.

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.

You can manually start and stop the 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

Warning

The scripts must be run under user root.

Upgrade

Before upgrade stop all server services:

/etc/init.d/kerio-workspace-application stop

/etc/init.d/kerio-workspace-rendering stop

To upgrade, use the following command:

# rpm -U kerio-workspace-*.rpm

Uninstallation

To downgrade, use the following command:

# rpm -e kerio-workspace

After uninstall, you must delete all data and configuration files manually.