From ffbab01edce6881413c5a637b824ff69c84a44b7 Mon Sep 17 00:00:00 2001 From: Chris Jacobsen Date: Wed, 8 Nov 2023 17:37:58 -0500 Subject: [PATCH] Remove beta warnings Provide more info on Download page --- Client/Pages/Download.razor | 112 ++++++++++++++++++++++++++++++++---- Client/Pages/Home.razor | 4 -- 2 files changed, 100 insertions(+), 16 deletions(-) diff --git a/Client/Pages/Download.razor b/Client/Pages/Download.razor index f498a38..4c6c582 100644 --- a/Client/Pages/Download.razor +++ b/Client/Pages/Download.razor @@ -5,20 +5,106 @@ Download -Requirements +System Requirements - Microsoft Windows Server/Desktop - Active Directory Services - Database from the options below... + + + + + + + System Requirements + Minimum + Recommended + + + + + + + Operating System + Microsoft Windows 10 + Microsoft Server 2019 + + + Directory + Active Directory 2008R2 Schema + Active Directory 2012 Schema + + + Web Server + Self-served service + IIS + + + CPU + 1.5Ghz Single Core + 2Ghz Dual Core + + + + RAM (Application Only) + 150MB + 500MB + + + Disk Space + 500MB + 1.5GB + + + + + Database Options - Local File SQLite Database (No setup required) - MSSQL - SQLExpress - MySql - MariaDB + + + + + + + Database Type + Setup Required + Max recommended concurrent users + + + + + + + Local SQLite File + No + 2 + + + MSSQL Express + Yes + 10 + + + MariaDB + Yes + 20 + + + MSSQL + Yes + 2000 + + + MySQL + Yes + 20000 + + + + + + + @if (Error == "") { @@ -34,12 +120,14 @@ The Web installer allows installing the application under IIS, or as a stand-alone service installed under Program Files. + + if (latestSetup != null) { - + Download Web Installer - + } else { @@ -67,7 +155,7 @@

- Install Instructions + Install Instructions } else diff --git a/Client/Pages/Home.razor b/Client/Pages/Home.razor index d360c15..02db1ce 100644 --- a/Client/Pages/Home.razor +++ b/Client/Pages/Home.razor @@ -2,11 +2,7 @@ Blazam Blazam - - This app is still in Beta. If you choose to install now, you may need to re-install from scratch in a future update. - - @AppLocalization["Who is it for?"]