ubuntu 18.04安装shinobi以及shinobi开机自动启动命令

ubuntu手动安装shinobi:
apt install git -y
git clone https://gitlab.com/Shinobi-Systems/Shinobi.git Shinobi
cd Shinobi
chmod +x INSTALL/ubuntu.sh && INSTALL/ubuntu.sh

shinobi开机自启动:
service ssh start
service mysql start
sudo pm2 start camera.js
sudo pm2 start cron.js
sudo pm2 startup
sudo pm2 save
sudo pm2 list

上一篇:首次配置服务器


下一篇:pm2常用