Releases: polifonia-project/registry_app
Releases · polifonia-project/registry_app
musow catalogue
- updated records
latest
- deposit on zenodo
latest
- user test and bug fixing (mainly in UI, github sync and authentication)
- added musow data model, dataset, and form
0.1.2
- bug fixing
- improved documentation for installation README file
- added deployment options
0.1.1
- documentation: introduction and deployment
0.1
- documentation
- installer for mac (installer, from source, docker)
- vagrant file for windows
- github authentication
- configurable setup and template form
alpha
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