Skip to content

The script install programs and packages and set https certification for your domain. And it creates a basic node.js program that runs on the port of 5000

Notifications You must be signed in to change notification settings

patrikholler/Easy-Nodejs-Deploy-for-VPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Easy Nodejs Deploy for VPS (Ubuntu 20.04)

I created this shell script to help to install programs and packages quickly and easy way.
Tested on DigitalOcean service.

Include

  • Nginx
  • GIT
  • Certbot for Let's Encrypt SSL
  • Node.js & npm - install the latest features versions
  • pm2 - package for node.js

How To Use

bash install.sh -d YOURDOMAIN.COM -e YOUREMAIL@ADDRESS.COM

About this shell script

The script install programs and packages and set https certification for your domain. It creates a basic node.js server which runs on the port of 5000

Useful References and Sources

License

MIT

Copyright

(c) 2022 Patrik Holler

About

The script install programs and packages and set https certification for your domain. And it creates a basic node.js program that runs on the port of 5000

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages