diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md index 826f26c02b6..180cd8bb111 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 -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]. - + 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 -# Update the kernel - - apt-get update - apt-get install linux-image-generic-lts-raring linux-headers-generic-lts-raring - - - -Reboot the server: - - reboot - - - -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.