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
- Host: GitHub
- URL: https://github.com/adfinis/ose-dotnet-mssql-example
- Owner: adfinis
- License: gpl-2.0
- Created: 2017-05-15T15:49:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T14:00:30.000Z (over 8 years ago)
- Last Synced: 2025-01-01T22:42:45.204Z (about 1 year ago)
- Topics: dotnet, example, kubernetes, linux, mssql, openshift
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```