Skip to content

Instantly share code, notes, and snippets.

View Austyno's full-sized avatar

Austin Austyno

View GitHub Profile
@Austyno
Austyno / mern_nginx_ssl_digitalocean.md
Created July 19, 2023 22:32 — forked from sjosephrw/mern_nginx_ssl_digitalocean.md
Deploy Multiple MERN apps to a single digital ocean ubuntu droplet with nginx and SSL

Deploy Multiple MERN apps to digital ocean

This tutorial will guide you through the process of deploying multiple MERN apps to a single digital ocean ubuntu VPS droplet Reference

1. Sign up for Digital Ocean

DigitalOcean

2. Create a droplet and Login via SSH

YouTube

#!/usr/bin/env bash
echo "
----------------------
NODE & NPM
----------------------
"
# add nodejs 10 ppa (personal package archive) from nodesource
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -