|
You are here |
davidllop.com | ||
| | | | |
blog.chand1012.dev
|
|
| | | | | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app. | |
| | | | |
claytonerrington.com
|
|
| | | | | Run sanity checks for required environment variables in your Node.js project | |
| | | | |
expressjs.com
|
|
| | | | | Learn how to install Express.js in your Node.js environment, including setting up your project directory and managing dependencies with npm. | |
| | | | |
robertnealan.com
|
|
| | | After reading entirely too many articles and a lot of trial & error, I've written this guide on how to get HTTPS working on a DigitalOcean-powered, Nginx-backed Ghost blog using LetsEncrypt's free SSL certificates. For years people have argued whether it's worth setting up SSL on websites that have no inherent | ||