apt-get install mariadb*

sudo apt update
sudo apt install redis-server

UPDATE user SET plugin=’mysql_native_password’ WHERE User=’root’;

flush privileges;

install es
https://s3-gz01.didistatic.com/n9e-pub/ecmc-ticket/elasticsearch-7.8.0-poc.tar.gz
apt install default-jre
修改配置文件

cp service/rdb.service /lib/systemd/system/
cp service/job.service /lib/systemd/system/
cp service/ams.service /lib/systemd/system/
cp service/agent.service /lib/systemd/system/
cp service/monapi.service /lib/systemd/system/
cp service/transfer.service /lib/systemd/system/
cp service/tsdb.service /lib/systemd/system/
cp service/index.service /lib/systemd/system/
cp service/judge.service /lib/systemd/system/
cp service/nems.service /lib/systemd/system/
cp service/detector.service /lib/systemd/system/
cp service/snmp-detector.service /lib/systemd/system/
cp service/monapi-ee.service /lib/systemd/system/
cp service/fireplate.service /lib/systemd/system/
cp service/ticket.service /lib/systemd/system/

systemctl start rdb
systemctl start job
systemctl start ams
systemctl start agent
systemctl start monapi
systemctl start transfer
systemctl start tsdb
systemctl start index
systemctl start judge
systemctl start nems
systemctl start detector
systemctl start snmp-detector
systemctl start monapi-ee
systemctl start fireplate
systemctl start ticket

https://s3-gz01.didistatic.com/n9e-pub/tarball/kuangshi/n9e.20200924.tar.gz