From a59cbae77a5a7fdc53e4fee570e891d51bd8c7a9 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 27 Apr 2016 16:01:36 -0700 Subject: [PATCH] remove swap reference as discourse-setup does that for you now --- docs/INSTALL-cloud.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/INSTALL-cloud.md b/docs/INSTALL-cloud.md index 99c75885d15..81951fa6a04 100644 --- a/docs/INSTALL-cloud.md +++ b/docs/INSTALL-cloud.md @@ -26,11 +26,6 @@ You will be asked for permission to connect, type `yes`, then enter the root pas -# Set up Swap (if needed) - -- If you're using the minimum 1 GB install, you *must* [set up a swap file](https://meta.discourse.org/t/create-a-swapfile-for-your-linux-server/13880). -- If you're using 2 GB+ memory, you can probably get by without a swap file. - # Install Docker / Git wget -qO- https://get.docker.com/ | sh @@ -46,7 +41,7 @@ Create a `/var/discourse` folder, clone the [Official Discourse Docker Image][dd git clone https://github.com/discourse/discourse_docker.git /var/discourse cd /var/discourse -You will need to be root through the rest of the bootstrap process. +You will need to be root through the rest of the setup and bootstrap process. # Edit Discourse Configuration