This repository contains the backend code for the DIM Middle Layer written in C#.
To install the chart with the release name dim
:
$ helm repo add dim-repo https://github.com/Phil91/dim-client
$ helm install dim dim-repo/dim
To install the helm chart into your cluster with your values:
$ helm install -f your-values.yaml dim dim-repo/dim
To use the helm chart as a dependency:
dependencies:
- name: dim
repository: https://github.com/Phil91/dim-client
version: 0.0.1
Install the .NET 7.0 SDK.
Run the following command from the CLI:
dotnet build src
Make sure the necessary config is added to the settings of the service you want to run. Run the following command from the CLI in the directory of the service you want to run:
dotnet run
Distributed under the Apache 2.0 License. See LICENSE for more information.