An open API service indexing awesome lists of open source software.

https://github.com/stjohnjohnson/mqtt-pi

MQTT PM2 Ecosystem for my Raspberry Pi
https://github.com/stjohnjohnson/mqtt-pi

Last synced: 8 months ago
JSON representation

MQTT PM2 Ecosystem for my Raspberry Pi

Awesome Lists containing this project

README

          

# MQTT for Raspberry Pi

## Installation
Depends on `pm2`

```
$ npm install -g pm2
```

## Usage

### Locally
```
$ npm install
$ pm2 startOrRestart ecosystem.json
```

### Remotely

```
$ pm2 deploy ecosystem.json prod
```