Last modified by Bas Elzinga on 2024/12/17 12:20

From version 13.1
edited by eMagiz
on 2022/10/28 12:21
Change comment: There is no comment for this version
To version 15.1
edited by Erik Bakker
on 2022/10/31 15:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.eMagiz
1 +XWiki.ebakker
Content
... ... @@ -1,11 +1,8 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 2  In this microlearning, we will focus on how the installation requirements for on-premises deployments of eMagiz runtimes that are part of the new runtime architecture. The new runtime architecture uses a containerized approach to deploy runtimes.
3 -
3 +
4 4  Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
5 5  
6 -* Last update: June 24th 2021
7 -* Required reading time: 10 minutes
8 -
9 9  == 1. Prerequisites ==
10 10  
11 11  * Advanced knowledge of the eMagiz platform
... ... @@ -34,7 +34,7 @@
34 34   ** Execute Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
35 35   ** Execute curl.exe -L -o ubuntu-2004.appx https://aka.ms/wslubuntu2004
36 36   ** Execute Add-AppxPackage .\ubuntu-2004.appx
37 - ** If errors occur, please consult https://learn.microsoft.com/en-us/windows/wsl/install-on-server. Rename the file to a zip, expand it, and add it to the path variable.
34 + *** If errors occur, please consult https://learn.microsoft.com/en-us/windows/wsl/install-on-server. Rename the file to a zip, expand it, and add it to the path variable.
38 38  * Ubuntu should now be a runnable program (press windows key, type ubuntu)
39 39  * Open the ubuntu terminal, and finish the installation.
40 40   ** After installation, execute: export DOCKER_HOST=tcp://localhost:2375