Last modified by Erik Bakker on 2025/04/18 13:54

From version 28.1
edited by eMagiz
on 2022/11/15 15:07
Change comment: There is no comment for this version
To version 30.1
edited by eMagiz
on 2022/11/18 13:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -11,7 +11,7 @@
11 11  == 2. Key concepts ==
12 12  In the new runtime architecture of eMagiz, Docker technology is used to deploy runtimes. eMagiz creates specific runtime images that contain the eMagiz runtime, and can be deployed in dockerized environments.
13 13  
14 -In the below section the specific operating systems and versions are discussed in a sense that the prerequisite installations are described. Once the right installation is done, refer to section 3.5 for the installation of the eMagiz agent that manages the interaction with the eMagiz platform. That agent will download the created docker images that will be deployed in the Docker environment.
14 +In the below section the specific operating systems and versions are discussed in a sense that the prerequisite installations are described. Once the right installation is done, refer to section 3.7 for the installation of the eMagiz agent that manages the interaction with the eMagiz platform. That agent will download the created docker images that will be deployed in the Docker environment.
15 15  
16 16  == 3. On-premises deployments ==
17 17  
... ... @@ -48,6 +48,8 @@
48 48  * Enable Hyper-V in Windows Server
49 49   ** Go to Server Manager, Manage (top right), enable roles and features, select the desired roles and server selections. In the Features section, enable Hyper-V.
50 50   ** Restart windows
51 +* Cross check is WSL 2.0 is installed
52 + ** Use this command to get WSL 2.0: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
51 51  * Install Docker Desktop on the Windows Server
52 52   ** Please refer to this link: https://www.docker.com/products/docker-desktop/
53 53   ** Restart windows