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

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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.eMagiz
Content
... ... @@ -1,8 +1,11 @@
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 +
6 6  == 1. Prerequisites ==
7 7  
8 8  * Advanced knowledge of the eMagiz platform
... ... @@ -31,7 +31,7 @@
31 31   ** Execute Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
32 32   ** Execute curl.exe -L -o ubuntu-2004.appx https://aka.ms/wslubuntu2004
33 33   ** Execute Add-AppxPackage .\ubuntu-2004.appx
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.
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.
35 35  * Ubuntu should now be a runnable program (press windows key, type ubuntu)
36 36  * Open the ubuntu terminal, and finish the installation.
37 37   ** After installation, execute: export DOCKER_HOST=tcp://localhost:2375