Project

General

Profile

How to run node-red on Alpine Linux » History » Version 1

Nico Schottelius, 08/16/2019 11:03 AM

1 1 Nico Schottelius
h1. How to run node-red on Alpine Linux
2
3
This guide should help anyone to quickly get started with node-red on Alpine.
4
5
Assuming you have a running Alpine Linux installation, the following steps are required:
6
7
* Create an "app" user that runs node-red
8
* Clone the node-red repository
9
10
11
h2. Updating node-red
12
13
* Go to the git repository checkout
14
* Git pull the latest code
15
* npm install
16
* Restart the app