From 97c48d7177f60a66631a4a1f07862086b986b5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Wed, 13 Jan 2021 01:20:40 +0100 Subject: [PATCH] remove scale.sh script --- README.md | 2 +- scripts/docker/scale.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100755 scripts/docker/scale.sh diff --git a/README.md b/README.md index 62ea692..8b50bb3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If one want to speed up the crawling, he can scale the instance of crawling comp This may be done by issuing the following command after the crawler is started: ```sh -$ ./scripts/docker/scale.sh crawler=5 +$ ./scripts/docker/start.sh -d --scale crawler=5 ``` this will set the number of crawler instance to 5. diff --git a/scripts/docker/scale.sh b/scripts/docker/scale.sh deleted file mode 100755 index a32f5ca..0000000 --- a/scripts/docker/scale.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -./scripts/docker/exec.sh scale "$@"