Wednesday, 3 May 2017

Install node.js and run script after installation for non-technical people

I will need to install node.js to a client machine. And run a nodejs app afterwards. That script perhaps will be run as a service/ daemon so that when the machine is restarted it will continue to run. I am looking at pm2 module to do this.

But there is also a problem, my users are non-technical people

What I would like to do is provide a link for the users and from that link, node.js will be downloaded silently (or one-click) and after installation will run a script automatically. My users are non-technical people and they do not know node.js or how to install it or how to use the command line.

How do I do this without me intervening with the setup or is there a better way?



via Alexander

No comments:

Post a Comment