diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md
index e7163813ba5..dff7297ea5f 100644
--- a/docs/INSTALL-digital-ocean.md
+++ b/docs/INSTALL-digital-ocean.md
@@ -10,7 +10,7 @@ Use the URL of your new site as the Droplet hostname, e.g. `discourse.example.co
Install Discourse on Ubuntu 14.04 LTS x64. Always select [the latest 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.)
@@ -22,11 +22,11 @@ Connect to your Droplet via SSH, or use [Putty][put] on Windows:
Replace `192.168.1.1` with the IP address of your Droplet.
-
+
You will be asked for permission to connect, type `yes`, then enter the root password from the email Digital Ocean sent you when the Droplet was set up. You may be prompted to change the root password, too.
-
+
# Set up Swap (if needed)
@@ -38,13 +38,13 @@ You will be asked for permission to connect, type `yes`, then enter the root pas
apt-get install git
-
+
# Install Docker
wget -qO- https://get.docker.io/ | sh
-
+
# Install Discourse
@@ -64,7 +64,7 @@ Copy the `samples/standalone.yml` file into the `containers` folder as `app.yml`
cp samples/standalone.yml containers/app.yml
-
+
# Edit Discourse Configuration
@@ -82,7 +82,7 @@ We recommend Nano because it works like a typical GUI text editor, just use your
- If you are using a 1 GB instance, set `UNICORN_WORKERS` to 2 so you have more memory room.
-
+
After completing your edits, press CtrlO then Enter to save and CtrlX to exit.
@@ -104,7 +104,7 @@ Save the `app.yml` file, and begin bootstrapping Discourse:
This command takes about 8 minutes. It is automagically configuring your Discourse environment.
-
+
After that completes, start Discourse:
@@ -114,7 +114,7 @@ Congratulations! You now have your own instance of Discourse!
It should be accessible via the domain name `discourse.example.com` you entered earlier, provided you configured DNS. If not, you can also visit the server IP directly, e.g. `http://192.168.1.1`.
-
+
# Register New Account and Become Admin
@@ -122,7 +122,7 @@ There is a reminder at the top about `DISCOURSE_DEVELOPER_EMAILS`; register a ne
(If you *don't* get any email from your install, and are unable to register a new admin account, please see our [Email Troubleshooting checklist](https://meta.discourse.org/t/troubleshooting-email-on-a-new-discourse-install/16326).)
-
+
You should see Staff topics and the [Admin Quick Start Guide](https://github.com/discourse/discourse/blob/master/docs/ADMIN-QUICK-START-GUIDE.md). It contains the next steps for further configuring and customizing your Discourse install.