An open API service indexing awesome lists of open source software.

https://github.com/adfinis/ose-dotnet-mssql-example

Example OpenShift .NET & MSSQL App
https://github.com/adfinis/ose-dotnet-mssql-example

dotnet example kubernetes linux mssql openshift

Last synced: 3 months ago
JSON representation

Example OpenShift .NET & MSSQL App

Awesome Lists containing this project

README

          

## Building

### Import template into project
```
oc new project dotnet-demo
oc create -f templates/aspnet-s2i-template.json
```

### Build app
```
oc new-app --template=aspnet-s2i -p GIT_URI=https://github.com/adfinis-sygroup/ose-dotnet-mssql-example
```