-
Notifications
You must be signed in to change notification settings - Fork 218
Build with Command Line
Ingo edited this page Jan 10, 2026
·
8 revisions
Building the YAF.NET v4.x.x Source with the command line...
- Install Node Packages from inside the ..\yafsrc\YetAnotherForum.NET folder install the node packages
> npm install- Compile the JS and CSS files
> grunt- Build the YAF.NET Source from the ..\yafsrc folder
for Ms SQL Server
> dotnet build YAF.NET-SqlServer.slnxfor MySQL
> dotnet build YAF.NET-MySql.slnxfor PostgreSQL
> dotnet build YAF.NET-PostgreSQL.slnxfor SQLite
> dotnet build YAF.NET-Sqlite.slnxYetAnotherForum.NET (YAF) the Open Source Discussion Forum for ASP.NET - https://YetAnotherForum.NET
Copyright © YetAnotherForum.NET & Ingo Herbote. All rights reserved