...
Introduction
Die The CoreOne Suite kann als "Allcan be installed and used as an “All-In-One" System installiert und genutzt werden.
Hierbei werden alle Komponenten CoreOne Suite "Application Services" und CoreOne Suite "Web Services, Authentication Service" auf dem selben Server installiert.
...
One” system. All the components CoreOne Suite “Application Services” and CoreOne Suite “Web Services, Authentication Service” are installed on the same server.
Minimum Hardware requirements
16 GB RAM
4 CPU mit -Cores with > 2.0 GHz
C: Partition 100 350 GB (System )D: Partition 250 GB (Datenbank& Database)
X: Partition 100 GB (Datenbank Database Dumps für for Backup)
Software
...
requirements
Windows 2008 R2 Server oder höherServer 2016 or higher
Standard or Datacenter
Desktop-Expirience enabled
.NET Framework 4.7 oder höher8 or higher
Windows Features / Services
NET Framework 3.5 Features
Windows Communication Foundation HTTP Activation
Windows Communication Foundation Non-HTTP Activation
.NET Framework 4.6.1 x or higher Features oder höher
HTTP Activation
Message Quueing Queuing (MSMQ) Activation
Named Pipe Activation
TCP Activation
TCP Port Sharing
WCF Services
HTTP Activation
Message Quueing Queuing (MSMQ) Activation
Named Pipe Activation
TCP Activation
TCP Port Sharing
Role Administration Tools
AD DS Tools
Web Server (IIS)
Basic Authentication
Windows Autentication
Common HTTP Features
Security
Application Development
ASP.NET 4.6
Powershell Command
...
NET 4.x
Powershell Commands for installing the required Windows Features
Call the Powershell about Server Manager - Tools - Windows PowerShell.
Windows Server 2012 R2 (deprecated)
|
Windows Server 2016
...
Info |
---|
The .NET 3.5 Framework must be installed separately using the following instructions Windows Server - Install .NET 3.5 Features |
|
Windows Server 2019
Info |
---|
...
The .NET 3.5 Framework |
...
must be installed separately using the following instructions Windows Server |
...
...
|
Windows Server 2022
Info |
---|
The .NET 3.5 Framework must be installed separately using the following instructions Windows Server - Install .NET 3.5 Features |
Code Block |
---|
$features = @("Web-Server", "Web-WebServer", "Web-Common-Http", "Web-Default-Doc", "Web-Static-Content", "Web-Http-Redirect", "Web-Performance", "Web-Stat-Compression", "Web-Security", "Web-Filtering", "Web-Basic-Auth", "Web-Windows-Auth", "Web-App-Dev", "Web-Net-Ext45", "Web-AppInit", "Web-Asp-Net45", "Web-ISAPI-Ext", "Web-ISAPI-Filter", "Web-Mgmt-Tools", "Web-Mgmt-Console", "NET-Framework-45-Features", "NET-Framework-45-Core", "NET-Framework-45-ASPNET", "NET-WCF-Services45", "NET-WCF-HTTP-Activation45", "NET-WCF-MSMQ-Activation45", "NET-WCF-Pipe-Activation45", "NET-WCF-TCP-Activation45", "NET-WCF-TCP-PortSharing45", "WAS", "WAS-Process-Model", "Web-Mgmt-Tools", "Web-Mgmt-Console")
foreach($feature in $features)
{
Install-WindowsFeature -Name $feature
}
|
Optional
...
Windows Features
AD Management Tools
|
Powershell
|