added a link to docker build guide

pull/605/head
okybaca 6 months ago
parent 4308aa5415
commit 69db75ce45

@ -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)

Loading…
Cancel
Save