1. Prerequisites

To run NLess.IO, you need to install following:

MSSQL Server

Go to https://www.microsoft.com/de-de/sql-server/sql-server-downloads and download/use the MSSQL Server.

 

IIS / Azure App Service

To get NLess.IO running you need a web server. This can be IIS Express on your local machine or IIS in a hosted enviroment. On Azure it will be the App Service. 

 

.NET Core 8.0

Install .NET Core 8.0 and download from https://dotnet.microsoft.com/en-us/download/dotnet/8.0

2. Installation

The installation can be done with a few lines on your console.

> dotnet new install NLess.IO.Template

> dotnet new nless --name [PROJECT-NAME]

3. Configuration Database

Create a new database for NLess.IO. No futher configuration needed.

Database connection will be set up during first start.