You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -360,9 +360,16 @@ <h5 class="subnavigation__title">Table of Contents</h5>
360
360
361
361
<h1>Development Environment using AlmaLinux</h1>
362
362
<p>The development environment provides a controlled, safe, and efficient space for building and testing your platform before releasing it to the public.</p>
363
-
<p>Follow the <ahref="https://docs.dotkernel.org/development/v2/setup/system-requirements/">Setup pages</a> to install the basic requirements for the development environment. The install recipe has everything you need, from WSL2, to PHP, phpMyAdmin and Composer.</p>
363
+
<p>Follow the <ahref="https://docs.dotkernel.org/development/v2/setup/system-requirements/">Setup pages</a> to install the basic requirements for the development environment. The installation recipe has everything you need, from WSL2, to PHP, phpMyAdmin and Composer.</p>
364
364
<p>Visit the <ahref="https://docs.dotkernel.org/development/v2/faq/">FAQ pages</a> for any issues during installation or <ahref="https://github.com/dotkernel/development/issues" target="_blank">create an issue</a> if anything doesn't work as intended.</p>
365
365
<p>Happy coding!</p>
366
+
367
+
<blockquote>
368
+
<p>
369
+
If you are not using WSL, you can jump straight to the <ahref="https://docs.dotkernel.org/development/v2/setup/setup-packages/">AlmaLinux 10 Setup page</a>.
<pclass="card-text">AlmaLinux is a free and opensource Linux distribution, developed by the AlmaLinux OS Foundation as a RHEL-compatible enterprise alternative for enterprise projects.</p>
389
+
<pclass="card-text">AlmaLinux is a free and open-source Linux distribution, developed by the AlmaLinux OS Foundation as a RHEL-compatible enterprise alternative for enterprise projects.</p>
<pclass="card-text">The Apache HTTP Server is a free and open-source cross-platform web server, that delivers web content through the internet, released under the terms of Apache License 2.0.</p>
407
+
<pclass="card-text">The Apache HTTP Server is a free and open-source cross-platform web server that delivers web content through the internet, released under the terms of Apache License 2.0.</p>
<pclass="card-text">Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency, supporting collaborative development.</p>
425
+
<pclass="card-text">Git is a free and open source distributed version control system designed to handle everything from small to large projects with speed and efficiency, supporting collaborative development.</p>
<pclass="card-text">Node.js is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts with high performance.</p>
443
+
<pclass="card-text">Node.js is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools, and scripts with high performance.</p>
Copy file name to clipboardExpand all lines: v1/setup/installation/index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -411,6 +411,9 @@ <h6 class="toc__headline">On this page</h6>
411
411
412
412
413
413
<h1id="install-almalinux-9-on-wsl-2">Install AlmaLinux 9 on WSL 2</h1>
414
+
<blockquote>
415
+
<p>If you are not using WSL, you can jump straight to the <ahref="https://docs.dotkernel.org/development/v1/setup/setup-packages/">AlmaLinux 9 Setup page</a>.</p>
416
+
</blockquote>
414
417
<p>Before proceeding with the installation, we need to make sure that no other WSL 2 distribution (aka: <em>distro</em>) is running.
415
418
This is important because this installation will fail if required ports are already in use by another distro.</p>
Copy file name to clipboardExpand all lines: v1/setup/system-requirements/index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -407,6 +407,9 @@ <h6 class="toc__headline">On this page</h6>
407
407
408
408
409
409
<h1id="system-requirements-for-almalinux-9-on-wsl-2">System requirements for AlmaLinux 9 on WSL 2</h1>
410
+
<blockquote>
411
+
<p>If you are not using WSL, you can jump straight to the <ahref="https://docs.dotkernel.org/development/v1/setup/setup-packages/">AlmaLinux 9 Setup page</a>.</p>
412
+
</blockquote>
410
413
<p>Open <code>Windows Terminal</code> and execute the following command:</p>
Copy file name to clipboardExpand all lines: v1/terminal/index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -387,6 +387,9 @@ <h5 class="subnavigation__title">Table of Contents</h5>
387
387
388
388
389
389
<h1id="terminal">Terminal</h1>
390
+
<blockquote>
391
+
<p>If you are not using WSL, you can jump straight to the <ahref="https://docs.dotkernel.org/development/v1/setup/setup-packages/">AlmaLinux 9 Setup page</a>.</p>
392
+
</blockquote>
390
393
<p>If you're not already using it, we recommend you to install <ahref="https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US">Windows Terminal</a>.
391
394
It is a modern tool that incorporates the power of multiple already known command-line applications like <code>Windows PowerShell</code>, <code>Linux shell</code>, and more...</p>
Copy file name to clipboardExpand all lines: v2/setup/installation/index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -404,6 +404,9 @@ <h6 class="toc__headline">On this page</h6>
404
404
405
405
406
406
<h1id="install-almalinux-10-on-wsl-2">Install AlmaLinux 10 on WSL 2</h1>
407
+
<blockquote>
408
+
<p>If you are not using WSL, you can jump straight to the <ahref="https://docs.dotkernel.org/development/v2/setup/setup-packages/">AlmaLinux 10 Setup page</a>.</p>
409
+
</blockquote>
407
410
<p>Before proceeding with the installation, we need to make sure that no other WSL 2 distribution (aka: <em>distro</em>) is running.
408
411
This is important because this installation will fail if required ports are already in use by another distro.</p>
Copy file name to clipboardExpand all lines: v2/setup/system-requirements/index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -400,6 +400,9 @@ <h6 class="toc__headline">On this page</h6>
400
400
401
401
402
402
<h1id="system-requirements-for-almalinux-10-on-wsl-2">System requirements for AlmaLinux 10 on WSL 2</h1>
403
+
<blockquote>
404
+
<p>If you are not using WSL, you can jump straight to the <ahref="https://docs.dotkernel.org/development/v2/setup/setup-packages/">AlmaLinux 10 Setup page</a>.</p>
405
+
</blockquote>
403
406
<p>Open <code>Windows Terminal</code> and execute the following command:</p>
Copy file name to clipboardExpand all lines: v2/terminal/index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -380,6 +380,9 @@ <h5 class="subnavigation__title">Table of Contents</h5>
380
380
381
381
382
382
<h1id="terminal">Terminal</h1>
383
+
<blockquote>
384
+
<p>If you are not using WSL, you can jump straight to the <ahref="https://docs.dotkernel.org/development/v2/setup/setup-packages/">AlmaLinux 10 Setup page</a>.</p>
385
+
</blockquote>
383
386
<p>If you're not already using it, we recommend you to install <ahref="https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US">Windows Terminal</a>.
384
387
It is a modern tool that incorporates the power of multiple already known command-line applications like <code>Windows PowerShell</code>, <code>Linux shell</code>, and more...</p>
0 commit comments