|

Secure Web Release Information
Download The Secure Web software package for Debian, Ubuntu or Kubuntu systems is available in a Debian software repository (http://deb.cyan-networks.com/). Please follow the instructions below on how to use the Debian package management apt to retrieve and install the software.
Preparation Prepare your Debian, Ubuntu or Kubuntu system to trust the CYAN Networks software repository by installing our public key: - On Debian execute the following commando with root permission:
wget -O- "http://www.cyan-networks.com/files/sweb.key" | apt-key add -
- On Ubuntu or Kubuntu execute the following command:
wget -O- "http://www.cyan-networks.com/files/sweb.key" | sudo apt-key add -
Installation To install on Debian, Ubuntu and Kubuntu, you can download the setup packages directly from our software repository using the APT package management system: - Add this line to your /etc/apt/sources.list file to access the Cyan Networks repository:
deb http://deb.cyan-networks.com/ debian/etch stable
- Update your package list with
apt-get update
- Install the CYAN SECURE WEB bundle with
apt-get install cyan-sweb-1.8
Support Packages In the debian software repository we supply a set of support packages
that configure your environment properly in order to enable certain features of CYAN Secure Web. The actual product
package cyan-sweb-* does not have dependencies on these support
packages. It is intended that these packages are selectively installed on demand.
Package
|
Description
|
cyan-sweb-1.8-crs-sample-database
| This package installes a sample database for the CYAN Reporting System and configures the reporting system to connect to this database
| | cyan-sweb-1.8-vscan-clamav | In order to use the clamav anti-virus engine together with CYAN Secure Web, install this package. It has the dependencies set so that all to all necessary clamav packages will be retrieved and installed automatically. | | cyan-sweb-1.8-vscan-eset | In order to use the ESET NOD32 anti-virus engine together with CYAN Secure Web, install this package which will setup the environment properly. | cyan-sweb-1.8-vscan-kaspersky
| In order to use the Kaspersky anti-virus engine together with CYAN
Secure Web, install this package which will setup the environment
properly. | cyan-sweb-db-mysql
| CYAN Secure Web supports mysql databases as an authentication source. Install this package in order to enable CYAN Secure Web to connect to the mysql database engine. | cyan-sweb-db-postgresql
| CYAN Secure Web supports postgresql databases as an authentication source.
Install this package in order to enable CYAN Secure Web to connect to
the postgresql database engine. | | cyan-sweb-auth-samba | This package will configure the system in order to use samba as the connector to an existing Active Directory for the purpose of user authentication. | Upgrade to the latest version
In the case you would like to upgrade your system to the latest versions of all installed software packages proceed with the following steps: - Update your package list
apt-get update
- On Debian systems execute
apt-get dist-upgrade
- On newer Ubuntu and Kubuntu systems execute
apt-get full-upgrade
In the case you have choosen to install a specific major version earlier, you may upgrade to the latest version by installing the latest major version using the install command:
- Install the CYAN SECURE WEB bundle using
apt-get install cyan-sweb-1.8
Upgrade of support packages
In the case you upgrade the major version and have installed one or more of the support packages, we recommend to add the new versions directly to the upgrade command. If ommitted, the upgrade will notify that the currently installed packages are in conflict and remove them from the system. Following command line includes all available support packages that are bound to a version. For your convenience you may copy this line, remove the packages which are not required and execute the command:
aptitude install cyan-sweb-1.8 cyan-sweb-1.8-vscan-clamav cyan-sweb-1.8-vscan-eset cyan-sweb-1.8-crs-sample-database
The reporting sample database Do not worry to uninstall the support package that sets up the sample database for the reporting system. An existing database will be preserved!
Additional tasks - To view which packages are available from our repository execute
aptitude search cyan
- To get the version information of a particular package execute aptitude show like in the following example
aptitude show cyan-sweb-1.8
- You
can install only selected components, e.g. the CYAN Reporting System
package, by executing apt-get for the particular pacakge:
apt-get install cyan-sweb-1.8-crs
LTS (Long Time Support) Version
The long time support period for version 1.3 has ended. We do provide this service to our customers on request. Right now all our customers are updating their systems to the latest available major version. The next LTS version will be defined on customer request.
|