ElasticHD installation and deployment tutorial

1. Download elastichd
Download address: https://github.com/360EntSecGroup-Skylar/ElasticHD/releases or download wget 
directly under linux https://github.com/360EntSecGroup-Skylar/ElasticHD/releases/download/1.4/ elasticHD_linux_amd64.zip

 

2. Unzip

]# pwd
/opt/software

software]# unzip elasticHD_linux_amd64.zip 
Archive: elasticHD_linux_amd64.zip
inflating: ElasticHD

3. Authorize
software]# chmod 0777 ElasticHD

4. Start
/opt/software
background start
exec ./ElasticHD -p 127.0.0.1:9800 &


5. Enter
http://ptx-bigdata6:9800/ in the IE column

 

Guess you like

Origin blog.csdn.net/weixin_38023225/article/details/106530511