After creating the project and solution, run nuget restore on the newly created solution.
By starting the first time, you will redirect to the Setup dialog (/nless/setup/process)
First step is to set the connectionstring. This will update the appsettings.json file after checking the connectionstring
eg. "Server=[SERVER-NAME];Database=[DATABASE NAME];User Id=[USER];Password=[PASSWORD];TrustServerCertificate=true;"
⚠️ Restart the server to apply the updated appsettings.json file.
Next step is to create the first user. It will be set up with administrative privileges.
By default the 2-FA authentication is disabled in appsettings.json. Should be set up with SMTP credentials together.
After setting up the administrative user, the server must be restart again. The "RunSetup" flag in appsettings.json was updated.
By starting the server, go to /nless to log in into your account.