Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.01 KB

DIM Middle Layer

This repository contains the backend code for the DIM Middle Layer written in C#.

Installation

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

How to build and run

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

License

Distributed under the Apache 2.0 License. See LICENSE for more information.