Skip to content
Ingo edited this page Jun 20, 2026 · 2 revisions

🚀 Quick Start

Prerequisites

🛠️ Installation

  1. Install the prerequisites on your system

  2. Use the Docker file for the DB you want to use

  1. Edit the mail configuration in the docker-compose.yml in the MailConfiguration__Host, MailConfiguration__Port, MailConfiguration__Mail variables.

  2. Replace the db passwords from MyPass@word with a real password

  3. Build a docker image:

$> docker-compose -f docker-compose-SqlServer.yml up --build
  1. Run a container with:
$> docker run --rm -it -p 8080:80 yafnet

Open your browser and navigate to: localhost:8080

Clone this wiki locally