Build from source

If you don't want to use docker, you unfortunately need to deploy from source code.

Download source code

Our source code is available for free (MIT License) in our repo. The source code you can download either via this link (.zip archive) or by running git clone https://github.com/xxlo-dev/eru in your system (installed git is required).

Obtain Dotnet Core SDK

Download Dotnet Core SDK 3.1 from here and install it.

Configure your application

See here to see all required and additional configuration 👍.

Run application

Simply run dotnet run -c Release -p src/eru.WebApp in folder with source code. SDK will compile and run our application effortlessly.