Actions
How to run node-red on Alpine Linux » History » Revision 2
« Previous |
Revision 2/3
(diff)
| Next »
Nico Schottelius, 08/16/2019 11:03 AM
How to run node-red on Alpine Linux¶
- Table of contents
- How to run node-red on Alpine Linux
Introduction¶
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 · 2 revisions