|
|
|
This guide is intended to get you running with KIK-Starter, import, validate and query data, as well as convert data. It is not intended to be a comprehensive manual. As applicable, this guide will link to more information.
|
|
|
|
|
|
|
|
# Start KIK-Starter
|
|
|
|
|
|
|
|
- [Install Docker](https://docs.docker.com/get-docker/)
|
|
|
|
- Execute
|
|
|
|
```
|
|
|
|
docker run -tp 8080:80 -p 8443:443 registry.istandaarden.nl/kik-v/starter/decentral:<version>
|
|
|
|
```
|
|
|
|
where ``<version>`` is [the desired version](https://repository.istandaarden.nl/kik-v/starter/container_registry/16) or ``latest`` to automatically start the latest version.
|
|
|
|
- In a browser, navigate to [localhost:8080](http://localhost:8080) (or click the link)
|
|
|
|
|
|
|
|
Full installation guide including more advanced usage scenarios available [here](usage).
|
|
|
|
|
|
|
|
# Upload data
|
|
|
|
|