From 35c9cf1efd377f5b24166ad2157f4d0654c1a71b Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 23 Feb 2014 01:55:01 -0800 Subject: [PATCH] clarify guide details --- docs/INSTALL-digital-ocean.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md index f5e29e3f9..3c7ba3477 100644 --- a/docs/INSTALL-digital-ocean.md +++ b/docs/INSTALL-digital-ocean.md @@ -1,4 +1,4 @@ -The deployment of Discourse is simple thanks to the [Docker Image][dd], all you need is SSH access to a virtual cloud server. In this guide I'll assume that you are using [Digital Ocean][do], although these steps will work on other cloud servers as well. +The [Discourse Docker Image][dd] makes it easy to set up Discourse on a cloud server. In this guide I'll assume that you are using [Digital Ocean][do], although these steps will work on other similar services. The below guide assumes that you have no knowledge of Ruby/Rails or Linux shell, so it will be detailed. Feel free to skip steps which you are comfortable with. @@ -140,7 +140,7 @@ Congratulations! You now have your own instance of Discourse, accessible via the -You can also access it by visiting the server IP address directly, e.g. `192.168.1.1`. +You can also access it by visiting the server IP address directly, e.g. `http://192.168.1.1`. # Access Admin