Explore >> Select a destination


You are here

jonalmeida.com
| | blog.chand1012.dev
2.0 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.
| | minuscule.space
2.0 parsecs away

Travel
| | Well, i have finally rented a server to tinker with. Self-hosting has been on the back of my mind for the few years, and i'm excited. But now, how do i do it? !--more-- First Steps I often visit r/selfhosted, and it's a good point to start if you are lost. First, i tried self-hosting on bare metal, i.e. no virtualisation or docker. And it starts to get confusing, as a first timer. OnTrack was the first app i tried to install, and truth be told, it wasn't a wise decision. The documentation assumes you hav...
| | ole.michelsen.dk
0.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.
| | kaspars.net
9.8 parsecs away

Travel
| Everyone knows that GitHub is awesome and so is their API. However, there are limits to the amount of unauthenticated request you can make to the API from a single IP address. I am usingtheir API for automatic updates for all of my GitHub hosted plugins with theGit Update pluginand it hit the limits reallyquick....