Discussion:
[lsc-changes] [Ldap Synchronization...] page added: documentation:2.0:installation
webmaster
2013-09-14 08:26:49 UTC
Permalink
A page in your DokuWiki was added or changed. Here are the details:

Date : 2013/09/14 10:26
Browser : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:23.0) Gecko/20100101 Firefox/23.0
IP-Address : 81.56.90.221
Hostname : mne69-2-81-56-90-221.fbx.proxad.net
Old Revision: none
New Revision: http://lsc-project.org/wiki/documentation/2.0/installation
Edit Summary: created
User : coudot

====== Installation ======

===== Tarball =====

You can get the LSC distribution from the [[:download|download area]]. Get zip or tar.gz archive, and unarchive it:

<code>
tar zxvf lsc-core-VERSION-dist.tar.gz
</code>

LSC is now installed in the subdirectory lsc-VERSION. The main files are:
* bin/lsc : wrapper to launch LSC
* etc/lsc.xml : main configuration file
* sample/: sample scripts

===== RPM =====

LSC is packaged for RedHat/CentOS distributions. You can either install RPM manually, either use our YUM repository:

==== Manual download ====

You can download the RPM here: [[:download]].

The public key can be downloaded here: [[http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project]]

To import this key:
<code>
# rpm --import http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project
</code>

Just run this command to install them (with dependency management):
<code>
# yum localinstall lsc*
</code>

==== Yum repository ====

Configure the yum repository :
<code>
# vi /etc/yum.repos.d/ltb-project.repo
</code>
<file>
[ltb-project]
name=LTB/LSC project packages
baseurl=http://ltb-project.org/rpm/5/noarch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-LTB-project
</file>

Then upate:
<code>
# yum update
</code>

The public key can be downloaded here: [[http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project]]

To import this key:
<code>
# rpm --import http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project
</code>

You are now ready to install:
<code>
# yum install lsc
</code>

==== Files location ====

With RPM, LSC files are installed in the following locations:
* /usr/bin/lsc: wrapper to launch LSC
* /etc/lsc/: configuration
* /var/log/lsc/: logs
* /etc/init.d/lsc: init script (for asynchronous connectors)
* /etc/default/lsc: init script configuration
* /etc/cron.d/lsc: cron configuration
* /usr/lib/lsc/: LSC libraries
* /var/lib/lsc/nagios/: monitoring scripts
* /usr/share/doc/lsc: sample scripts
--
This mail was generated by DokuWiki at
http://lsc-project.org/wiki/
Loading...