Actions
How to run node-red on Alpine Linux » History » Revision 1
Revision 1/3
| Next »
Nico Schottelius, 08/16/2019 11:03 AM
How to run node-red on Alpine Linux¶
This guide should help anyone to quickly get started with node-red on Alpine.
Assuming you have a running Alpine Linux installation, the following steps are required:
- Create an "app" user that runs node-red
- Clone the node-red repository
Updating node-red¶
- Go to the git repository checkout
- Git pull the latest code
- npm install
- Restart the app
Updated by Nico Schottelius over 5 years ago · 1 revisions