node-red / node-red

Low-code programming for event-driven applications
http://nodered.org
Apache License 2.0
19.78k stars 3.41k forks source link

How to install NodeRed with a zip file #3038

Closed jayjupdhig closed 3 years ago

jayjupdhig commented 3 years ago
  1. We have a special image of Raspbian, with all prerequisites (e.g. apache2, mariadb, php73, node.js etc. pp.)

  2. We have an installier file (.deb) which can be used with APT or download directly with "wget" then install with "dpkg -i ./INSTALLER_FILE.deb´

NOW: We need to integrate the NodeRed application into the .deb package (as same as HA-Bridge, FHEM, and so on)

So: What is the most simple way to do that? Thank you very much for your feedbacks.

hardillb commented 3 years ago

As described in the template you were shown when opening this issue, questions should be asked on the Node-RED forum, in the Slack Team or on Stack Overflow.

Issues are only used for actual defects

jayjupdhig commented 3 years ago

-> https://discourse.nodered.org/t/how-to-install-nodered-with-a-zip-file/47779