diff --git a/docs/INSTALL-cloud.md b/docs/INSTALL-cloud.md index 2a0cef7417d..1fc547e91de 100644 --- a/docs/INSTALL-cloud.md +++ b/docs/INSTALL-cloud.md @@ -2,7 +2,7 @@ # Create New Cloud Server -[Sign up for Digital Ocean][do], update billing info, then create your new cloud server (Droplet). +[Sign up for Digital Ocean][do], update billing info, then create your new cloud server. - Enter your domain `discourse.example.com` as the name. @@ -16,15 +16,15 @@ Create your new Droplet. You will receive an email with the root password to you # Access Your Cloud Server -Connect to your Droplet via SSH, or use [Putty][put] on Windows: +Connect to your server via SSH, or use [Putty][put] on Windows: ssh root@192.168.1.1 -Replace `192.168.1.1` with the IP address of your Droplet. +Replace `192.168.1.1` with the IP address of your server. -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. +You will be asked for permission to connect, type `yes`, then enter the root password from the email Digital Ocean sent you when the server was set up. You may be prompted to change the root password, too. - + # Set up Swap (if needed) @@ -62,7 +62,7 @@ We recommend Nano because it's simple; just use your arrow keys to edit. - If you are using a 1 GB instance, set `UNICORN_WORKERS` to 2 and `db_shared_buffers` to 128MB so you have more memory room. - + After completing your edits, press CtrlO then Enter to save and CtrlX to exit. @@ -72,7 +72,7 @@ After completing your edits, press CtrlO then Enter + 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`. +It should now be accessible in your web browsver via the domain name `discourse.example.com` you entered earlier, provided you configured DNS. If not, you can visit the server IP directly, e.g. `http://192.168.1.1`.