Show / Hide Table of Contents

Get Started

Note

This guide assumes that readers is familiar with ASP.NET, C#, any of the supported Databases mentioned below.

Prepare Development Environment

Make sure you have installed .NET 6.0 SDK or above.

Creaing a Deviser Application

This section guides you to create first Deivser Application using dotnet cli.

Install Deviser templates

dotnet new --install Deviser.Templates

Create your first Deviser App

dotnet new deviserweb -n MyDeviserApp

If the installation succeeded, the output should be displayed similar to the following:

The template "Deviser Platform Web" was created successfully.

Processing post-creation actions...
No Primary Outputs to restore.

and then run the Deviser application

cd MyDeviser App
dotnet run

Wait for the app to display that it's listening on http://localhost: and for the browser to launch at that address.

Open the URL to install your app

Fill in basic site adminitration info and click install.

Wait for a while until the installation is complete. Once the installation is successfuly, web application restart is required. you need to run dotnet run command once again.

Supported Databases

Deviser Platform is not only cross-platform, but also supports more databases as follows:

  1. SQL Server, versions
  2. SQL Server Local DB, versions
  3. MySQL, versions
  4. PostgreSQL, versions
  • Improve this Doc
Back to top © Copyright 2022 Karthick Sundararajan