alpha
Pre-release
Pre-release
Installer for Mac users
- follow instructions in the README file for preliminary requirements
- download the install bash script only
- in the terminal, change the permissions to this file
chmod 755 path/to/install
- run the script. It will clone the repository and download blazegraph.jar
- all files are downloaded in a folder
/Users/USERNAME/crowdsourcing
- open the folder and modify the files
conf.py
andstatic/js/conf.json
as described in the README file - run the executable script
run
- wait a few seconds and open your browser at
http://0.0.0.0:8080/
From source
- follow instructions in the README file for preliminary requirements
- download the source code
- install
requirements.txt
with pip (pip3 install requirements.txt
) - download blazegraph latest version here
- move blazegraph in the folder of the cloned repository
- modify the files
conf.py
andstatic/js/conf.json
as described in the README file - in the terminal, launch blazegraph
java -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 -server -Xmx2g -Djetty.port=3000 -Dbigdata.propertyFile=blaze.properties -jar blazegraph.jar
- launch the web application
python3 app.py 8080