Skip to main content

.NET Core

Runtime Setup

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

Run#

cd WeddingSharedotnet run -e TITLE='WeddingShare' -e ACCOUNT_ADMIN_USERNAME='admin' -e ACCOUNT_ADMIN_PASSWORD='admin' -e DATABASE_TYPE='sqlite' -e ENCRYPTION_KEY='ChangeMe' -e ENCRYPTION_SALT='ChangeMe'