Skip to main content

.NET Core

Runtime Setup

Before running this command please ensure you have the .NET9.0 or greater runtime/sdk installed.

Run

cd Memtly
dotnet run -e TITLE='Memtly' -e ACCOUNT_OWNER_USERNAME='admin' -e ACCOUNT_OWNER_PASSWORD='admin' -e DATABASE_TYPE='sqlite' -e ENCRYPTION_KEY='ChangeMe' -e ENCRYPTION_SALT='ChangeMe'