From 2cb9a871c73765c8a452cbedbd3083ebb34be284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sat, 12 Aug 2017 20:45:57 +0200 Subject: [PATCH] Add command to run splash on the server --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c4cfc7..1a5a51e 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,9 @@ You need a running splash instance, preferably on docker: https://splash.readthe ```bash sudo apt install docker.io sudo docker pull scrapinghub/splash -sudo docker run -p 8050:8050 -p 5023:5023 scrapinghub/splash - +sudo docker run -p 8050:8050 -p 5023:5023 scrapinghub/splash --disable-ui --disable-lua +# On a server with a decent abount of RAM, you may want to run it this way: +# sudo docker run -p 8050:8050 -p 5023:5023 scrapinghub/splash --disable-ui -s 100 --disable-lua -m 50000 ``` # Installation of the whole thing