-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
安装
P0 级系统,推荐二进制安装,遵循官方的安装方法即可: https://flashcat.cloud/docs/content/flashcat-monitor/nightingale-v7/install/binary/
注意配置好 mysql, redis。
最后配置一下 systemctl:
cat > /usr/lib/systemd/system/n9e.service <<EOF
[Unit]
Description=Nightinagle
[Service]
WorkingDirectory=/home/ziyuan/n9e
ExecStart=/home/ziyuan/n9e/n9e
[Install]
WantedBy=multi-user.target
EOF
systemctl start n9e
systemctl enable n9e
Metadata
Metadata
Assignees
Labels
No labels