VIDA-NYU / ache

ACHE is a web crawler for domain-specific search.
http://ache.readthedocs.io
Apache License 2.0
449 stars 135 forks source link

I can not find any folder like buid in ache folder #273

Closed smitbhojani5555 closed 2 years ago

smitbhojani5555 commented 2 years ago

export ACHE_HOME="{path-to-cloned-ache-repository}/ache/build/install/ache" export PATH="$ACHE_HOME/bin:$PATH"

This is not working and this path doesn't exist

aecio commented 2 years ago

That path is created only after the Gradle build is completed successfully. Also, of course, make sure you replace {path-to-cloned-ache-repository} with the correct path where you downloaded the source code.