Skip to content
Snippets Groups Projects
Commit 5b367319 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'master' into 0.5-docs

parents 68c1d2c1 77f5e030
No related branches found
No related tags found
1 merge request!164Add Theodolite docs
Pipeline #5311 passed
......@@ -9,6 +9,8 @@ helm dependencies update .
helm install theodolite .
```
**Hint for Windows users:** The Theodolite Helm chart makes use of some smylinks. These are not properly created when this repository is checked out with Windows. There are a couple of solutions presented in this [Stack Overflow post](https://stackoverflow.com/q/5917249/4121056). A simpler workaround is to manually delete the symlinks and replace them by the files and folders, they are pointing to. The relevant symlinks are `benchmark-definitions` and the files inside `crd`.
## Customize Installation
As usual, the installation with Helm can be configured by passing a values YAML file:
......
......@@ -12,6 +12,15 @@ You can run your application in dev mode using:
./gradlew quarkusDev
```
### Hint for running with k3s (or k3d)
You may need to add the following dependencies to the `build.gradle` file when running Theodolite with k3s.
```
implementation 'org.bouncycastle:bcprov-ext-jdk15on:1.68'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.68'
```
## Packaging and running the application
The application can be packaged using:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment