dice-group/FOX

Installation instructions is not correct

earthquakesan opened this issue · 1 comments

./target/fox_run_server.sh command returns
Error: Could not find or load main class org.aksw.fox.MainServer

What worked for me:
cd target
cp ../fox.properties-dist ./fox.properties
./fox_run_server.sh

Thanks. Fixed.