added a link to docker build guide

This commit is contained in:
okybaca 2023-10-29 02:35:57 +01:00
parent 4308aa5415
commit 69db75ce45

View File

@ -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. 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. 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. To get a ready-to-run production package, run YaCy from Docker.
### Compile and run YaCy from git sources ### 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. 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 ## Help develop YaCy
- clone https://github.com/yacy/yacy_search_server.git using build-in Eclipse features (File -> Import -> Git) - clone https://github.com/yacy/yacy_search_server.git using build-in Eclipse features (File -> Import -> Git)