From d4e4f30de8a55d08d95d3c3ad9d4d186dc09f136 Mon Sep 17 00:00:00 2001 From: Darrell King Date: Sun, 27 Jun 2021 13:33:43 +0100 Subject: [PATCH] Added Generate MORTY_KEY step to README.md (#95) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5782b8c..ea1a763 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ cd /usr/local git clone https://github.com/searx/searx-docker.git cd searx-docker ``` -- Edit the [.env](https://github.com/searx/searx-docker/blob/master/.env) file according to your need +- Generate MORTY_KEY ```sed -i "s/ReplaceWithARealKey\!/$(openssl rand -base64 33)/g" .env``` +- Edit the other settings in [.env](https://github.com/searx/searx-docker/blob/master/.env) file according to your need - Check everything is working: ```./start.sh```, - ```cp searx-docker.service.template searx-docker.service``` - edit the content of ```WorkingDirectory``` in the ```searx-docker.service``` file (only if the installation path is different from /usr/local/searx-docker)