This project is intented to be a place for learning. The site was built to be used as an example of how a site can be developed, deployed and operated.
The site is based on .NET Core with ASP.NET Frmaework
All sourcecode is kept in Git. and we try to adhere to the working model as describe here
All external packages should be installed using NuGet. Client dependencies should be installed using Bower or Gulp. Packages are not stored as part of this repository but are auto-installed by if they don't exist.
This means that the first time the project is built it will take some time to download all external packages.
This site is operated as a Web App in Microsoft Azure. The Web App consists of a IIS as a Service and a Azure SQL database.
Automatic publishing of code is setup as follows:
Git branch | Database | URL |
---|---|---|
develop | (localdb)\\mssqllocaldb | http://kbv-dev.azurewebsites.net |
master | kontroll | http://kbv-prod.azurewebsites.net |
TBD