DATA directory not created when running ./startYACY.sh
stonymf opened this issue · 2 comments
Hi, I'm trying to get yacy running on Ubuntu 20.04. I have Java installed and cloned this repo.
When I run ./startYACY.sh
, it gives me the message "YaCy started as daemon process. Administration at http://localhost:8090" but I get a Bad Gateway response when loading it, and when I type ./stopYACY.sh
I get the message
Please fill the YACY_DATA_PATH environment variable with a valid YaCy DATA folder path.```
Did you Compile the source in the yacy folder?
The source code is bundled with every YaCy release.
You can also get YaCy from https://github.com/yacy/yacy_search_server by cloning the repository.
git clone https://github.com/yacy/yacy_search_server
Compiling YaCy:
**You need Java 11 and ant**
See ant -p for the available ant targets
cd yacy_search_server
ant clean dist
This behavior can be indeed reproduced by not compiling YaCy before using ./startYaCy.sh
. Therefore this issue is invalid and can be closed.