Commit Graph

20 Commits (master)

Author SHA1 Message Date
J. Fernando Sánchez f3d4415ffb Modify dependencies to allow for 3.7 compatibility
Some dependencies are not available for python 3.7 anymore. Instead
of trying to support different versions of the libraries, we opt to
focus on the latest python version, and allow for CORE functionality
for earlier versions.
7 months ago
J. Fernando Sánchez a0abbede49 Version 1.0.2
Update RDFlib to 6.1.1 (removed rdflib-jsonld, as it is deprecated)
Bumped minimum python version: 3.7 (as a result of RDFLIB 6)
Added ProxyFix to run behind nginx (Added --no-proxy to run without the fix)
Replaced http media links to protocol-agnostic links in playground
Enable CORS (via --enable-cors)
Update old urls (replaced *.cluster.gsi.dit.upm.es with *.gsi.upm.es)
2 years ago
J. Fernando Sánchez c5a2cf23cb typo docs/readme 5 years ago
J. Fernando Sánchez 49a183aeb6 typo readme 5 years ago
J. Fernando Sánchez 3088d9474a compatibility notice 5 years ago
J. Fernando Sánchez 0f5bc514b7 add windows+mac tests in travis 5 years ago
J. Fernando Sánchez 8a516d927e Multiple changes in the API, schemas and UI
Check out the CHANGELOG.md file for more information
5 years ago
J. Fernando Sánchez 778746c5e8 Added data folder configuration
Closes #46
7 years ago
J. Fernando Sánchez 70ca74b03c Added instructions for developers 7 years ago
drevicko 0394bcd69c add make version to readme for pip install
pip install needs the VERSION file - `make version` will create that file

I also added the -U flag to pip install to force install (this is important if the user is playing with the code or trying out different older versions, as pip will not install if it thinks the git repo represents a version already installed or older than the one installed)
7 years ago
J. Fernando Sánchez ba2e18125c Deployment changes
* Docker all the things!
* Make all the things!
* Fixed version.sh
7 years ago
J. Fernando Sánchez 40b67503ce Updated links in README 7 years ago
J. Fernando Sánchez 7205a0e7b2 Moved to gsiupm
* Updated sphinx docs to include schemas and version
* Added docker push to makefile
8 years ago
J. Fernando Sánchez 0454fb1afe Updated installation instructions 8 years ago
J. Fernando Sánchez 7de5b41340 Started readthedocs and improved README 9 years ago
J. Fernando Sánchez 60415f8217 Added Dockerfile and instructions 9 years ago
J. Fernando Sánchez 8fa372de15 Added new launch option to the README 9 years ago
J. Fernando Sánchez a857dd3042 Typo in README 9 years ago
J. Fernando Sánchez b1b672f66d Quick note about using and installing 9 years ago
J. Fernando Sánchez c1a6b57ac5 Better readme, fixed app.py 9 years ago