Category Articles RSS Feed
How To Install (LEMP) nginx, MySQL, PHP stack on Arch Linux
Viewed 13403 times since Sun, Dec 29, 2013
About LempLEMP stack is a group of open source software to get web servers up and running. The acronym stands for Linux, nginx (pronounced Engine x), MySQL, and PHP. Since the server is already running Arch Linux, the linux part is taken care of.... Read More
Docker Explained: How To Containerize and Use Nginx as a Proxy
Viewed 11533 times since Sat, Jan 4, 2014
Docker in Brief The docker project offers higher-level tools, working together, which are built on top of some Linux kernel features. The goal is to help developers and system administrators port applications - with all of their... Read More
How To Deploy Node.js Applications Using Systemd and Nginx
Viewed 9333 times since Sat, Jan 4, 2014
This tutorial uses a simple Node.js application, but is applicable to most, if not all, others as well (be they Ruby, Python, etc). For PHP web applications, it is recommended to use a more specialized LAMP or LEMP stack instead.... Read More
How To Install Wordpress with nginx on CentOS 6
Viewed 8958 times since Sat, Jan 4, 2014
Wordpress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. Setup... Read More
How To Configure Single and Multiple WordPress Site Settings with Nginx
Viewed 4039 times since Sat, Jan 4, 2014
WordPress is the most popular CMS (content management system) used on the internet today. WordPress sites can be served using a HTTP server such as Apache or NGINX, while Apache is a great option to serve websites, many sites have moved to NGINX... Read More
How To Install and Configure Django with Postgres, Nginx, and Gunicorn
Viewed 3984 times since Fri, Jan 3, 2014
For convenience, I've broken this tutorial into two parts. The first part (steps 1 - 6) covers installation only. If you are a more advanced Django user who just needs help getting things installed you can stop at step 6. If you already have... Read More
How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack on Debian 7
Viewed 3674 times since Fri, Dec 27, 2013
Lemp Stack: Basic InfoLEMP stack is a group of open source software to get a server up and running. The acronym includes the Linux (L), MySQL (M), and PHP (P) of the more traditional LAMP stack, but switches out Apache for Nginx (pronounced engine... Read More
How To Install nginx on Ubuntu 12.04 LTS
Viewed 2594 times since Tue, Dec 24, 2013
About nginxnginx is a high performance web server software. It is a much more flexible and lightweight program than apache. Set UpThe steps in this tutorial require the user to have root privileges. You can see how to set that up in the Initial... Read More
How to Scale Django: Beyond the Basics
Viewed 2046 times since Fri, Jan 3, 2014
Let's dig into the guts of our application and server configuration a little. This article is written on the assumption that you're using Ubuntu 12.04, but the principles work with any version of Linux. Cache Everything The downside is... Read More