Deploy a Node.js app to Ubuntu Server

Опубликовано: 06 Октябрь 2024
на канале: Robotic Nation
13,982
240

Learn how to deploy a Node.js app to a Vultr VPS on an Ubuntu 22.04 LTS server. This is a relatively low cost hosting option that's great for personal websites and small scale apps.

I want to credit HayleyCodes for the blog post illustrating this process.
HayleyCodes Blog Post: https://dev.to/hayleycodes/deploying-...
Use her link to signup for Vultr: https://www.vultr.com/?ref=7658295
(this is not an ad or sponsorship I just found her blog post very helpful)

00:00 Introduction
00:40 Purchasing a server
02:18 SSH into server
03:35 Installing Nginx
08:04 Adding DNS records
09:10 Installing Certbot
10:20 Install Node.js
11:20 Git clone your repo
13:28 Install pm2