u
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Shelly Agent
|
||||
|
||||
## Running with PM2
|
||||
|
||||
To start the application using PM2:
|
||||
|
||||
```bash
|
||||
pm2 start server.js --name shellyagent
|
||||
```
|
||||
|
||||
Useful commands:
|
||||
- **Restart**: `pm2 restart shellyagent`
|
||||
- **Stop**: `pm2 stop shellyagent`
|
||||
- **Logs**: `pm2 logs shellyagent`
|
||||
- **Monitor**: `pm2 monit`
|
||||
Reference in New Issue
Block a user