Closed jmatsushita closed 3 years ago
@jmatsushita that's some awesome feedback! The best we've received so far :)
We're busy with upgrading libraries (Jena, Jersey, Saxon) right now, but this setup definitely needs to be improved/clarified.
So you got it working in the end?
On a fresh install of LinkedDataHub, I tried to use the
./install.sh
for the skos demo in this repo.Some instructions were missing in the getting started guide (which I understand focuses on setting up the SKOS demo manually, but does mention the alternative to install the demo app). I had to
chmod u+x
theLinkedDataHub/scripts
repo as well as theLinkedDataHub-Apps/demos/skos
scripts.However, in the
### Creating containers
action, the install script failed withIt seems I could either install Jena on my client machine, or better, run the scripts from the docker instances. So I added these 2 volumes in the
docker-compose.yml
file:And then ran
Final hurdle.
python
wasn't installed in thelinkeddatahub
container (which also means that installation depends on having python which I don't remember seeing in the requirements). So I mutated the container and it worked.Another option to make all this user friendly without overloading the
linkeddatahub
container would be to have aconsole
container which is meant to mount the core and optionally demo scripts.Hope this helps!