https://www.youtube.com/watch?v=svEs1TafR7E
Note: You need to follow the tutorial in order to understand when and how to use the commands below
- First login:
ssh root@
https://www.youtube.com/watch?v=svEs1TafR7E
Note: You need to follow the tutorial in order to understand when and how to use the commands below
ssh root@
Below are the CLI commands used in the deployment video of my NextJS + Express + TypeScript course.
Get the course here: https://codinginflow.com/nextjs
First login:
ssh root@<your-server-ip>
Update Linux packages:
Follow the instructions below to deploy a Next.js app with a local PostgreSQL database to a VPS, secure it, and connect it to a custom domain with free SSL. Watch the accompanying tutorial on YouTube: https://www.youtube.com/watch?v=2T_Dx7YgBFw
CODINGINFLOW
for 10% off). Install Ubuntu 24 as the OS and set a root password.ssh root@<your-server-ip>
apt update && apt upgrade -y
adduser