node-red / linux-installers

Node-RED install scripts for various flavours of Linux
Apache License 2.0
94 stars 63 forks source link

add Rocky Linux as Distro #18

Closed dgoo2308 closed 3 years ago

dgoo2308 commented 3 years ago

Install on Rocky Linux fails, although being an RHEL rebuild and a CentOS alternative.

Solution Tested on Rocky Linux:

Running nodejs and Node-RED install for user dgoo2308 at /home/dgoo2308 on "rocky"

[sudo] password for dgoo2308:
  Stop Node-RED                       ✔
  Install Node.js LTS                 ✔   Node v14.17.5   Npm 6.14.14
  Install Node-RED core               ✔   2.0.5
  Add shortcut commands               ✔
  Update systemd script               ✔
  Update public zone firewall rule    ✔

Any errors will be logged to   /var/log/nodered-install.log
All done.
  You can now start Node-RED with the command  node-red-start
  Then point your browser to localhost:1880 or http://{your_ip-address}:1880

Started  Sun Aug 22 01:25:12 EDT 2021  -  Finished  Sun Aug 22 01:27:10 EDT 2021
dceejay commented 3 years ago

Does rocky use dnf for package installs ? Is it worth editing line 103 also ? As per Issue #17 https://github.com/node-red/linux-installers/issues/17#issuecomment-902691549

dceejay commented 3 years ago

Merging anyway - thanks