From 69db75ce450f066754f04443b9b11685f10e2349 Mon Sep 17 00:00:00 2001 From: okybaca Date: Sun, 29 Oct 2023 02:35:57 +0100 Subject: [PATCH] added a link to docker build guide --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 46f32b8c5..adb28cb82 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ results are computed from the local index only. We recommend to compile YaCy yourself and install it from the git sources. Pre-compiled YaCy packages exist but are not generated on a regular basis. +Automaticaly built latest developer release is available at +[release.yacy.net](https://release.yacy.net/). To get a ready-to-run production package, run YaCy from Docker. ### Compile and run YaCy from git sources @@ -96,6 +98,9 @@ docker run -d --name yacy_search_server -p 8090:8090 -p 8443:8443 -v yacy_search ``` then open http://localhost:8090 in your web-browser. +For building Docker image from latest sources, see [docker/Readme.md](docker/Readme.md). + + ## Help develop YaCy - clone https://github.com/yacy/yacy_search_server.git using build-in Eclipse features (File -> Import -> Git)