add note about region to install guide

This commit is contained in:
Jeff Atwood 2015-03-31 14:31:04 -07:00
parent 71860aab03
commit 7fcec5bfd0
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
**Set up Discourse on a cloud server in under 30 minutes** with zero knowledge of Ruby, Rails or Linux shell using our [Discourse Docker image][dd]. We recommend [Digital Ocean][do], but these steps will work on other cloud providers and local installs that also support Docker.
**Set up Discourse in the cloud under 30 minutes** with zero knowledge of Rails or Linux shell using our [Discourse Docker image][dd]. We recommend [Digital Ocean][do], but these steps will work on any Docker-compatible cloud provider or local server.
# Create New Digital Ocean Droplet
@ -10,6 +10,8 @@
- The default of **Ubuntu 14.04 LTS x64** works fine. Always select the latest 64-bit [LTS distribution][lts].
- Select a region that is geographically close to your users. New York is the default and a good choice for most US and European audiences.
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.)
# Access Your Droplet