Thursday 25 January 2018

How do I deploy/finalize my NodeJS app (on Linux)?

Hey Guys, I have been working on a lot of small NodeJS command line applications. At this point I just navigate to the project folder where the source code is, and run node app.js to run the program but I would like to make real programs out of them so I can run them from any folder (like top, ls and grep). I read about a few ways to do this, like making a shell alias but I would like to know a 'formal' way to do this. It would also be awesome if there was an easy way to update the deployed app too :).

Submitted January 25, 2018 at 03:11PM by SeniorSpace

No comments:

Post a Comment