Installation instructions is not correct
earthquakesan opened this issue · 1 comments
earthquakesan commented
./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
renespeck commented
Thanks. Fixed.