This is a Dockerized version of an implementation of the Claims Network.
Included in this Docker image as software components from the following projects:
- mastodon-bot : a claim bot
- mastodon-cli : a command line mastodon client
- metadata-server : a summarizer service provider
- evenlog-server : an activity log service provider
- eventlog-cli : a command line activity log client
- rdf-generator : an RDF generator for CSL (Citation Style Language) files
- verification-server : a demonstrator verification service
- wikijs-cli : a command line Wiki.js client
make start
- Dashboard : http://localhost
- Claims service: http://localhost:3000
- Metadata service: http://localhost:3001
- Claimbot service: http://localhost:3002
- Eventlog service: http://localhost:3003
./mastodon.sh generate "https://nos.nl/artikel/2558648-kabinet-lobbyt-voor-nederlandse-vervanger-van-russische-kunstmest"
./mastodon.sh generate "https://www.ugent.be/nl/actueel/vrouwvanmargaux.htm https://www.ugent.be/nl/actueel/zes-erc-advanced-grants.htm"
make stop