How to run node-red on Alpine Linux » History » Revision 2
Revision 1 (Nico Schottelius, 08/16/2019 11:03 AM) → Revision 2/3 (Nico Schottelius, 08/16/2019 11:03 AM)
h1. How to run node-red on Alpine Linux
{{toc}}
h2. 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
h2. Updating node-red
* Go to the git repository checkout
* Git pull the latest code
* npm install
* Restart the app