Process Management with PM2 on Raspberry Pi. Here are some startup scripts.
MIT
声明:我们允许组织以及个人将此项目用于商业行为,没有任何限制。
但请带上本项目的许可证 MIT
,并附上原作者以及项目的地址。我们保留对该项目的最终解释权。
-
Install Node.js first.
-
Install
pm2
npm i pm2 -g
-
Set pm2 to start with system
pm2 startup
-
Run scripts
pm2 start networktables_daemon.yml # Run networktables2js, require pynetworktables2js pm2 start camera_vision.yml # Run vision process code pm2 start camera_proxy.yml # Run proxy and serve webdashboard files