/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

bnijenhuis.nl
| | blog.chand1012.dev
3.9 parsecs away

Travel
| | 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.
| | garysferrao.github.io
3.6 parsecs away

Travel
| | WordPress has their famous 5-minute install. It's so fast, that it takes moretime to read a manual on how to set it up, than to actually set it up. So, let's...
| | ole.michelsen.dk
2.9 parsecs away

Travel
| | How to setup a local web server on MacOS X Mavericks with Apache and PHP and link projects directly from Dropbox to Apache.
| | www.tyil.nl
18.7 parsecs away

Travel
| [AI summary] A step-by-step tutorial on configuring nginx with Let's Encrypt SSL certificates on a FreeBSD server to enable secure HTTPS hosting.