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:
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 Deviser Platform is not only cross-platform, but also supports more databases as follows:Open the URL to install your app
dotnet run
command once again.Supported Databases