|
The openQRM installer streamlines the process of installing and configuring the necessary components for openQRM to work. Following is additional information about this installer and the steps it goes through.
Command line parameters
- -h – display help
- -m <argument> - install module , takes module name as argument . This switch can be specified multiple times
- -i – run full installation , installs modules that are marked for install in qrm.xml
- -c – runs the ncurses based configuration which has 3 modes :
- When specified alone, runs full QRM confugration and exits
- When specified with “-i” flag , runs full QRM configuration and component installation after configuration
- When specified with “-m” flags , runs configuration for modules that specified for installation and then proceeds to installation
Sample operation
Test installation (mysql already installed) with full configuration, for mysql,tftpd plugins. All interaction done with default values. Command line:
# qrm_installer -i -c
Configuration stage
Main configuration screen:

In the plugins list screen, select the plugins you want to install:

Installation stage
MySQL probpts to restart an already started service:

QRM installation license prompt:

Creation of the default boot image:

QRM and the tftpd plugin installation - final restart:

Adding the LDAP module to the previous installation with configuration. This is the LDAP plugin configuration screen:

LDAP configuration approval and display prompt:

|