hbz / lobid

Linking Open Bibliographic Data
https://lobid.org/
Eclipse Public License 2.0
16 stars 4 forks source link

Set up Skosmos instance #209

Closed acka47 closed 9 years ago

acka47 commented 9 years ago

See https://github.com/NatLibFi/Skosmos/wiki/Installation. I want to use this for publishing a human-readable and browsable version of the SKOS concept schemes we created (NWBib, RPB as well as https://github.com/hbz/oerworldmap/issues/220).

Skosmos also provides an API that probably can be used for auto-suggest/completion in edit/search forms.

dr0i commented 9 years ago

For further installation, it seems that a composer.json must be created in the first place to define your project, see https://getcomposer.org/doc/04-schema.md :

$ php composer.phar install --no-dev
Composer could not find a composer.json file in /opt
To initialize a project, please create a composer.json file as described in
the https://getcomposer.org/ "Getting Started" section

@acka47 can you provide this?

acka47 commented 9 years ago

There is a composer.json file in the Skosmos GitHub repository, see https://github.com/NatLibFi/Skosmos/blob/master/composer.json. Please use this one.

akuckartz commented 9 years ago

:+1:

dr0i commented 9 years ago

Deployed to http://aither.hbz-nrw.de/skosmos/en/ .

acka47 commented 9 years ago

We need the SKOS vocabularies in a triplestroe with SPARQL endpoint. Where can I load them?

dr0i commented 9 years ago

4store is running. DB is named skosmos. Have a log in the process list:

lod@aither $ ps -ef | grep 4s

To import data, see http://4store.org/trac/wiki/ImportData.

dr0i commented 9 years ago

Since there seems to be trouble using this 4store version and skosmos, we try fuseki. Fuseki is startet like:

lod@aither:/opt/apache-jena-fuseki-2.3.0$ nohup ./fuseki-server --update --loc=DB /ds &

It logs into nohup.out. It runs at http://aither.hbz-nrw.de:3030/. If you want to restart the server, get the process ID ps -ef | grep fuseki, kill it and start again (see above).

acka47 commented 9 years ago

Closing this one. Made some more tickets regarding the specific concept schemes, see https://github.com/hbz/isced/issues.