Wednesday, May 15, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 4319  / 1 Year ago, fri, march 31, 2023, 5:24:00

I want to install the decentralized YaCy web search engine, but could not find a way to do this on Ubuntu 13.04.


Which steps do I need to perform to install YaCy?


More From » 13.04

 Answers
6

This is how I got it working:



  1. Go to this web page: https://yacy.net/

  2. On the upper side of your screen you can see "Download" and from there download the "YaCy for GNU/Linux"

  3. After you download the archive extract it to your preferred location open the extracted folder "yacy" now here you can see "./startYACY.sh" file the easiest way to run this is just to open terminal and drag and drop this file into it and press enter. It will tell you that
    "YaCy started as daemon process. Administration" and an HTTP address just copy the address and paste it into the web browser

  4. And one more thing for this search engine to run you will need java, you can find it in the software center I installed "OpenJDK Java 7 Runtime" but as far as I can know it will run on 6 as well.


All this can be done by running in a terminal:


sudo apt-get update
sudo dpkg --configure -a
sudo apt-get install -y openjdk-8-jre-headless
wget http://latest.yacy.net/yacy_v1.922_20191013_9964.tar.gz
tar xfz yacy_v1.922_20191013_9964.tar.gz
cd yacy
./startYACY.sh

Then open http://localhost:8090 in your web-browser.


Good luck


[#30699] Sunday, April 2, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
finatch

Total Points: 49
Total Questions: 106
Total Answers: 94

Location: Kazakhstan
Member since Mon, Sep 26, 2022
2 Years ago
finatch questions
Sun, Jun 26, 22, 07:28, 2 Years ago
Sat, Mar 12, 22, 00:14, 2 Years ago
Mon, May 17, 21, 15:25, 3 Years ago
Wed, Jun 8, 22, 02:40, 2 Years ago
;