diff --git a/docs/INSTALL-cloud.md b/docs/INSTALL-cloud.md index e47a4566607..3a955b313a7 100644 --- a/docs/INSTALL-cloud.md +++ b/docs/INSTALL-cloud.md @@ -20,11 +20,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) @@ -36,7 +36,7 @@ You will be asked for permission to connect, type `yes`, then enter the root pas wget -qO- https://get.docker.io/ | sh - + # Install Discourse @@ -47,7 +47,7 @@ Create a `/var/discourse` folder, clone the [Official Discourse Docker Image][dd cd /var/discourse cp samples/standalone.yml containers/app.yml - + # Edit Discourse Configuration @@ -65,7 +65,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 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. @@ -91,7 +91,7 @@ After that completes, start Discourse: ./launcher start app - + Congratulations! You now have your own instance of Discourse!