Ubuntu Server Setup Guide for Django Websites

By: Brent O’Connor. This guide is a walk-through on how to setup Ubuntu Server for hosting Django websites. The Django stack that will be used in this guide is Ubuntu, Nginx, Gunicorn and Postgres. This stack was chosen solely from the reading I’ve done and talking to other Django developers in order to get their recommendations.Continue reading “Ubuntu Server Setup Guide for Django Websites”

How To Install the Django Web Framework on Ubuntu

By: Justin Ellingwood Introduction Django is a full-featured Python web framework for developing dynamic websites and applications. Using Django, you can quickly create Python web applications and rely on the framework to do a good deal of the heavy lifting. In this guide, we will show you how to get Django up and running on anContinue reading “How To Install the Django Web Framework on Ubuntu”

How To Set Up an Apache, MySQL, and Python (LAMP) Server

By: Alvin Wan Introduction This article will walk you through setting up a server with Python 3, MySQL, and Apache2, sans the help of a framework. By the end of this tutorial, you will be fully capable of launching a barebones system into production. Django is often the one-shop-stop for all things Python; it’s compatible withContinue reading “How To Set Up an Apache, MySQL, and Python (LAMP) Server”