Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the main program installation directory.
cd /path/to/elk
- Decompress the installation package.
tar xvf elk-8.4.30.tgz
- Go to the directory generated after the decompression.
cd elk-8.4.30
- Install ELK.
./setup
Type 2 and press Enter.

- Modify the make.inc file.
- Perform the compilation and installation.
make all
- Load the environment variable.
export PATH=/path/to/elk/elk-8.4.30/src:$PATH
Parent topic: ELK 8.4.30 Porting Guide (Kylin V10)


