From 6e6819d57d45a33fbab2cca269b8db862726b8f4 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 11 Sep 2014 13:13:10 -0700 Subject: [PATCH] Update INSTALL-digital-ocean.md --- docs/INSTALL-digital-ocean.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md index 2b6ac1f76..49534bfef 100644 --- a/docs/INSTALL-digital-ocean.md +++ b/docs/INSTALL-digital-ocean.md @@ -4,11 +4,11 @@ [Sign up for Digital Ocean][do], update billing info, then begin creating your new cloud server (Droplet). -- Enter the URL of your new site as the Droplet name, e.g. `discourse.example.com`. +- Enter your domain `discourse.example.com` as the Droplet name. -- The default of 1GB RAM works fine for small Discourse communities. We do recommend 2 GB RAM for medium communities. +- The default of **1GB** RAM works fine for small Discourse communities. We do recommend 2 GB RAM for medium communities. -- The default of Ubuntu 14.04 LTS x64 works fine. Always select the latest 64-bit [LTS distribution][lts]. +- The default of **Ubuntu 14.04 LTS x64** works fine. Always select the latest 64-bit [LTS distribution][lts]. Create your new Droplet. 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.)