Daemon Manager 1.0.0
 
Table of Contents
Start
Table of Contents
1. Conventions
2. General information about David system
3. Terminology
4. Installation
5. Daemon Manager requirements
6. Installation
7. General
8. Client of Service Manager (dsc)
9. Service Manager (dsmd)
 
 

6.2. Installation from the script

You must be root to install the product. The typical installation requires following steps:

  • Uncompress and unpack the archive:

    gunzip david-xxx-dm-yyy.i386.tar.gz
    tar xf david-xxx-dm-yyy.i386.tar

    The operations create david-xxx-dm-yyy.i386 directory in your current directory.

  • Change your current directory to david-xxx-dm-yyy.i386:

    cd david-xxx-dm-yyy.i386
  • Read LICENSE file and CONTINUE THE INSTALLATION, ONLY WHEN YOU ACCEPT ALL CONDITIONS INCLUDED IN THE LICENSE.

  • Run the installation script:

    ./install
  • Configure syslog daemon. Add the following line to the file /etc/syslog.conf:

    local6.*      /var/log/davidlog

    Restart syslog daemon:

    /etc/init.d/syslog restart
  • Install other products of David system.

  • In order to get installated daemons running, type:

    /etc/init.d/david start

    That command runs Service Manager of David system.