From 13b765bc9d836d127f14dee4c2378cccef3778fc Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 10 Aug 2022 15:28:22 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa0312a..628ae67 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ssh root@segfault.net # the password is 'segfault' ## Deploy a Server Centre: ```shell -git clone https://github.com/hackerschoice/segfault.git && \ +git clone --depth 1 https://github.com/hackerschoice/segfault.git && \ cd segfault && \ docker build -t sf-guest guest && \ SF_BASEDIR=$(pwd) SF_SSH_PORT=2222 docker-compose up From 034dfe349095d1c11f8de443ec781554ac2b0124 Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Sat, 13 Aug 2022 14:04:21 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 628ae67..3cb50b0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Take a look at ```provision/env.example``` for a sample ```.env``` file. # Provisioning -Provisioning turns a bare minimum Linux into a Segfault Server Centre. The provisioning script installs docker, creates a dedicated user and sets up the ```.env``` file. We use this script to 'ready' a freshly created AWS instance like so: +Provisioning turns a bare minimum Linux into a Segfault Server Centre. The provisioning script installs docker, creates a dedicated user and sets up the ```.env``` file and thereafter executes the same steps as in "Deploy a Server Centre". We use this script to 'ready' a freshly created AWS instance like so: ```shell git clone https://github.com/hackerschoice/segfault.git From 3d8e12905a349e8a714ea7e1f4e274ed9a50227f Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Sat, 13 Aug 2022 14:09:01 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cb50b0..70ee1f6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Take a look at ```provision/env.example``` for a sample ```.env``` file. # Provisioning -Provisioning turns a bare minimum Linux into a Segfault Server Centre. The provisioning script installs docker, creates a dedicated user and sets up the ```.env``` file and thereafter executes the same steps as in "Deploy a Server Centre". We use this script to 'ready' a freshly created AWS instance like so: +Provisioning turns a bare minimum Linux into a Segfault Server Centre. The provisioning script installs docker, creates a dedicated user and sets up the ```.env``` file and thereafter executes the same steps as in "Deploy a Server Centre". If you already have docker running then you do not need this step. We use this script to turn a freshly created AWS instance into a Segfault Server Centre: ```shell git clone https://github.com/hackerschoice/segfault.git