hbz / lobid

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

Set up dokieli etc. #358

Open acka47 opened 6 years ago

acka47 commented 6 years ago

We want to try out dokieli. For this, we will need:

Re. WebID, @csarven sent me the following tips:

If you need a script to create a cert that you can also import into your browser for WebID+TLS purposes, see https://gist.githubusercontent.com/njh/2432427/raw/b0afbfa61ec339d2d88afb641111a0f831d0d6db/gen-webid-cert.sh

I wrote this up long time ago https://www.w3.org/wiki/index.php?title=Foaf%2Bssl/HOWTO#How_to_create_a_certificate_which_includes_the_WebID_URI_for_multi-purpose_use which may be of interest.. but the script above is simpler

csarven commented 6 years ago

rww-play is fine. Note that any LDP will do for some read/write.

For a simple server without authentication/authorization, see https://github.com/csarven/mayktso - it was initially developed for the LDN tests suite, .. and it speaks a bit of LDP, and basic ActivityStreams 2 and ActivityPub. @dr0i experimented with that recently, he can fill in more.

For something with authentication/authorization, try https://github.com/solid/node-solid-server (it works with WebID+TLS and WebID+OIDC). Note that at this current time, there is a PR in progress https://github.com/linkeddata/dokieli/pull/228 for WebID+OIDC support.

dr0i commented 6 years ago

Thx @csarven for the solid-pointer. Encountered solid/node-solid-server#635.

dr0i commented 6 years ago

Available (only hbz-network internally) under the known naming convention.

csarven commented 6 years ago

Cool! Please do share if any documentation, references/demos..