Skip to content

Releases: polifonia-project/registry_app

musow catalogue

16 May 15:40
34c3f51
Compare
Choose a tag to compare
  • updated records

latest

27 Oct 12:30
Compare
Choose a tag to compare
  • deposit on zenodo

latest

27 Oct 12:06
Compare
Choose a tag to compare
  • user test and bug fixing (mainly in UI, github sync and authentication)
  • added musow data model, dataset, and form

0.1.2

11 Oct 14:34
397d2b0
Compare
Choose a tag to compare
  • bug fixing
  • improved documentation for installation README file
  • added deployment options

0.1.1

02 Oct 11:56
Compare
Choose a tag to compare
  • documentation: introduction and deployment

0.1

02 Oct 11:05
Compare
Choose a tag to compare
0.1
  • documentation
  • installer for mac (installer, from source, docker)
  • vagrant file for windows
  • github authentication
  • configurable setup and template form

alpha

06 Sep 12:11
46bb2b0
Compare
Choose a tag to compare
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 and static/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 and static/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