Conversation
|
Corrections:
Corrected Text: Download - YaCy YaCy is available as packages for Linux, Windows, macOS, and also as a Docker Image. You can also install YaCy on any other operating system either by compiling it yourself or using a tarball. YaCy needs Java 11; Temurin 11 is recommended. Quick Install Prerequisites You either need Java or Docker. On Linux, Windows, and macOS Because YaCy requires Java, first download and install Java (>= Java 11) from https://adoptium.net/. On Linux, use your supported platform like With Docker If you run YaCy with Docker, you don't need to install Java on your system; it's all contained in the Docker Container. If you don't have Docker installed, get it from https://docs.docker.com/get-docker/ (for macOS, Windows, and Linux) or read the instructions from https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/ to install Docker on Raspberry Pi or any other ARM-based devices. Download From https://download.yacy.net/yacy_v1.930_202405130205_59c0cb0f3.exe For Linux, from https://release.yacy.net/ With Docker The Official YaCy Images are hosted on Docker Hub at https://hub.docker.com/r/yacy/yacy_search_server We provide amd64, arm64v8, and arm32v7 versions with the following tags:
Get the Source Code The source code is inside the generic tarball. It is recommended you clone the Git repository at https://github.com/yacy/yacy_search_server. Installation On Windows
On Linux YaCy can run under a normal user account; no root rights are needed.
tar xfz yacy<VERSION>.tar.gz
cd yacy<VERSION>
./startYACY.shInstalling from start to finish would look something like this, depending on your distro: sudo apt-get update
sudo dpkg --configure -a
sudo apt-get install -y openjdk-11-jre-headless
wget https://download.yacy.net/yacy_v1.930_202405130205_59c0cb0f3.tar.gz
tar xfz yacy_v1.930_202405130205_59c0cb0f3.tar.gz
cd yacy
./startYACY.shOn macOS
The Macintosh application does not store its index within the application folder (like the Linux version does); instead, the index is written to Installing on Any OS with Java >= 11 Automatic development builds can be obtained from https://release.yacy.net/. Docker Running YaCy in Docker is easy. If you don't have Docker installed, get it from https://docs.docker.com/get-docker/ (for macOS, Windows, and Linux) or read the instructions from https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/ to install Docker on Raspberry Pi or any other ARM-based devices. The Official YaCy Images are hosted on Docker Hub at https://hub.docker.com/r/yacy/yacy_search_server We provide amd64, arm64v8, and arm32v7 versions with the following tags: |
|
Hey, great job, thanks!
Don't you want to make a patch right away and do a PR? That's maybe the
easiest way...
as described in https://yacy.net/contribute/
|
|
@genesisrefinedllc can you please resolve the conflicts to enable that we can pull this here or in a different pull request? |
|
I did resolve the conflicts by hand in #44 and included the fixes by @genesisrefinedllc mentioned here. |
|
ok thank you! So we can close this pull request? |
|
i do think so.
|
|
solved in #45, both commit and discussion entry of @genesisrefinedllc, you can close this PR |
No description provided.