xle installation steps
fnds
1/19/11
$Id: INSTALL,v 1.3 2011/09/23 16:24:37 fnds Exp $
- Verify that bash is installed. xle requires the bash shell.
- Test that you can send e-mail from the command line:
- LINUX: $ echo test | mail -s test you@yahoo.com
- SOLARIS: $ echo test | mailx -s test you@yahoo.com
- Create installation directory: $INSDIR.
- Unzip xle.zip into $INSDIR.
- If bash path is not /bin/bash, edit the xle file and change the first
line to the correct path for bash.
- Create logs directory: $LOGDIR.
It can be anywhere but the default is $INSDIR/logs.
- Create scripts directory: $SCRDIR.
It can be anywhere but the default is $INSDIR/scripts.
- Copy xle.conf.example to xle.conf and edit it accordingly.
Uncomment the lines in xle.conf to override the program defaults.
Change the directory paths accordingly, if you're not using the defaults.
- Check the README to learn how to use it.