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