ubuntu

How To Deploy a Rails App with Passenger and Apache on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy a Rails App with Passenger and Apache on Ubuntu 14.04

In this tutorial, we will demonstrate how to install [Phusion Passenger](https://www.phusionpassenger.com) as your Rails-friendly web server, which is easy to install, configure, and maintain. We will integrate it into Apache on Ubuntu 14.04. By the end of this tutorial, we will have a test Rails application deployed on our Droplet.

Read more
How To Deploy Wordpress with Shipyard on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How To Deploy WordPress with Shipyard on Ubuntu 14.04

[Shipyard](http://shipyard-project.com/) is a management tool for Docker servers that allows you to see which containers each of your servers are running, in order to to start or stop existing containers or create new ones. This tutorial covers how to install Shipyard, connect it to your Docker servers, and use it to create and launch new containers — in this example, a WordPress container.

Read more
How To Fix Corrupted Tables in MySQL — step-by-step Linux tutorial on Progressive Robot

How To Fix Corrupted Tables in MySQL

Occasionally, MySQL tables can become corrupted, meaning that an error has occurred and the data held within them is unreadable. Attempts to read from a corrupted table will usually lead to the server crashing. Some common causes of corrupted tables are: The MySQL server stops in middle…

Read more
How to Install and Configure Ansible on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure Ansible on Ubuntu 14.04

Configuration management systems are designed to make controlling large numbers of servers easy for administrators and operations teams. They allow you to control many different systems in an automated way from one central location. Ansible is a simple configuration management system.

Read more
CHAT