CentOS 5/6 Installation

These instructions are for installing Lasso Server on 32-bit/64-bit CentOS 5 or 64-bit CentOS 6.

Note

This version of Lasso requires that SELinux be disabled or set to permissive mode.

Installation with yum

To install Lasso Server via yum, the LassoSoft yum repository must be configured on the server.

CentOS 5 32-bit/64-bit:
 

Import the LassoSoft public key:

$> rpm --import http://centosyum.lassosoft.com/RPM-GPG-KEY-lassosoft

Add the LassoSoft repository to /etc/yum.repos.d:

$> rpm -ivh http://centosyum.lassosoft.com/Lasso-CentOS-repo-1.0-1.el5.noarch.rpm

To install Lasso Server on a 32-bit CentOS 5 system, as root run:

$> yum install Lasso-Instance-Manager-9.2.7-7.el5

To install Lasso Server on a 64-bit CentOS 5 system, as root run:

$> yum install Lasso-Instance-Manager-9.2.7-7.el5.x86_64
CentOS 6 64-bit:
 

Import the LassoSoft public key:

$> rpm --import http://centos6yum.lassosoft.com/RPM-GPG-KEY-lassosoft

Add the LassoSoft repository to /etc/yum.repos.d:

$> rpm -ivh http://centos6yum.lassosoft.com/Lasso-CentOS-repo-1.0-1.el6.noarch.rpm

To install Lasso Server on a 64-bit CentOS 6 system, as root run:

$> yum install Lasso-Instance-Manager-9.2.7-7.el6

When done, open http://your-server-domain.name/lasso9/instancemanager to load the initialization form and complete your Lasso installation. From here on, you can read up on using the Lasso Instance Manager and Instance Administration and Configuration interfaces.

RPM Installation

To install Lasso Server directly from an RPM, download the latest release for CentOS 5 or CentOS 6, then as root run:

$> yum --nogpgcheck localinstall Lasso-Instance-Manager-9.2*.rpm