|
You are here |
feross.org | ||
| | | | |
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. | |
| | | | |
kersed.net
|
|
| | | | | [AI summary] The user has provided a comprehensive guide on setting up a self-hosted server, including steps for configuring SSH, securing the server, installing software, setting up domain names, and obtaining TLS/SSL certificates. The guide is detailed and covers various aspects of server management and self-hosting. The user is likely looking for a summary or a structured overview of the guide's content. | |
| | | | |
blog.miguelgrinberg.com
|
|
| | | | | miguelgrinberg.com | |
| | | | |
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 | ||