Explore >> Select a destination


You are here

casparwre.de
| | blog.chand1012.dev
2.5 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.
| | dbanuggets.com
2.0 parsecs away

Travel
| | Thank you Mala for hosting T-SQL Tuesday for August month. Mala asked us to write about the Database version control and what tools we use to manage our database code. Please find the original invite here. Earlier in my career as a DBA, the database code was managed with comments in the code to know...
| | www.mattlayman.com
4.5 parsecs away

Travel
| | On this episode, we will look at what it takes to go live and how to prepare your Django project for the internet.
| | www.gingerlime.com
26.5 parsecs away

Travel
| I've been playing around with Kamal from Basecamp (previously called MRSK) for deploying simple apps on a single server. There's a lot to like about Kamal's ergonomics and principles. But there were a few things that I struggled with or that confused me. It mostly boils down to Kamal offering some kind of a layer...