From b8acf8df75215bf2fe96e325097645af61a4d2b4 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@codinghorror.com>
Date: Thu, 17 Apr 2014 13:59:13 -0700
Subject: [PATCH] update to ubuntu 14.04

---
 docs/INSTALL-digital-ocean.md | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md
index 826f26c02..180cd8bb1 100644
--- a/docs/INSTALL-digital-ocean.md
+++ b/docs/INSTALL-digital-ocean.md
@@ -8,9 +8,9 @@ Discourse requires a minimum of 1 GB RAM for small communities; we recommend 2 G
 
 <img src="https://meta-discourse.r.worldssl.net/uploads/default/3506/a6b550bd2b05b76b.png" width="638" height="500"> 
 
-Install Discourse on Ubuntu 12.04.4 LTS x64. We always recommend using [the current LTS distribution][lts].
+Install Discourse on Ubuntu 14.04 LTS x64. We always recommend using [the current LTS distribution][lts].
 
-<img src="https://meta-discourse.r.worldssl.net/uploads/default/3399/f3fc67ee6aa90ea4.png" width="690" height="477"> 
+<img src="https://meta-discourse.r.worldssl.net/uploads/default/4421/a90af3a2682ed45e.png" width="675" height="597"> 
 
 You will receive a mail from Digital Ocean with the root password to your Droplet. (However, if you know [how to use SSH keys](https://www.google.com/search?q=digitalocean+ssh+keys), you may not need a password to log in.)
 
@@ -30,23 +30,6 @@ You will be asked for permission to connect, type `yes`, then enter the root pas
 
 <img src="https://meta-discourse.r.worldssl.net/uploads/default/3000/8209c1e40c9d70a8.png" width="570" height="278"> 
 
-# Update the kernel
-
-    apt-get update
-    apt-get install linux-image-generic-lts-raring linux-headers-generic-lts-raring
-
-<img src="https://meta-discourse.r.worldssl.net/uploads/default/3001/e94722e882f28994.png" width="566" height="339"> 
-
-Reboot the server:
-
-    reboot
-
-<img src="https://meta-discourse.r.worldssl.net/uploads/default/3003/d3cc759ced335d25.png" width="532" height="155"> 
-
-This will log you out from your SSH session, so reconnect:
-
-    ssh root@192.168.1.1
-
 # Set up Swap (if needed)
 
 - If you're using the minimum 1 GB install, you *must* [set up a swap file](https://meta.discourse.org/t/create-a-swapfile-for-your-linux-server/13880) of 1 GB minimum.