Skip to content

Commit 0147312

Browse files
committed
Automated deployment: Wed Oct 1 11:26:45 UTC 2025 1.1.8
1 parent f670de9 commit 0147312

File tree

8 files changed

+32
-7
lines changed

8 files changed

+32
-7
lines changed

index.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,16 @@ <h5 class="subnavigation__title">Table of Contents</h5>
360360

361361
<h1>Development Environment using AlmaLinux</h1>
362362
<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 <a href="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 <a href="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>
364364
<p>Visit the <a href="https://docs.dotkernel.org/development/v2/faq/">FAQ pages</a> for any issues during installation or <a href="https://github.com/dotkernel/development/issues" target="_blank">create an issue</a> if anything doesn't work as intended.</p>
365365
<p>Happy coding!</p>
366+
367+
<blockquote>
368+
<p>
369+
If you are not using WSL, you can jump straight to the <a href="https://docs.dotkernel.org/development/v2/setup/setup-packages/">AlmaLinux 10 Setup page</a>.
370+
</p>
371+
</blockquote>
372+
366373
<h3>Features</h3>
367374
<div class="row row-cols-md-3 row-cols-sm-2 row-cols-1 g-4">
368375
<div class="col">
@@ -379,7 +386,7 @@ <h5 class="card-title">WSL2</h5>
379386
<img src="https://docs.dotkernel.org/img/logos/AlmaLinux.svg" class="card-img-top card-image" alt="AlmaLinux logo">
380387
<div class="card-body">
381388
<h5 class="card-title">AlmaLinux</h5>
382-
<p class="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>
389+
<p class="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>
383390
</div>
384391
</div>
385392
</div>
@@ -397,7 +404,7 @@ <h5 class="card-title">PHP</h5>
397404
<img src="https://docs.dotkernel.org/img/logos/Apache.svg" class="card-img-top card-image" alt="Apache logo">
398405
<div class="card-body">
399406
<h5 class="card-title">Apache</h5>
400-
<p class="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+
<p class="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>
401408
</div>
402409
</div>
403410
</div>
@@ -415,7 +422,7 @@ <h5 class="card-title">MariaDB</h5>
415422
<img src="https://docs.dotkernel.org/img/logos/Git.svg" class="card-img-top card-image" alt="Git logo">
416423
<div class="card-body">
417424
<h5 class="card-title">Git</h5>
418-
<p class="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+
<p class="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>
419426
</div>
420427
</div>
421428
</div>
@@ -433,7 +440,7 @@ <h5 class="card-title">Composer</h5>
433440
<img src="https://docs.dotkernel.org/img/logos/Node.JS.svg" class="card-img-top card-image" alt="Node.js logo">
434441
<div class="card-body">
435442
<h5 class="card-title">Node.js</h5>
436-
<p class="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+
<p class="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>
437444
</div>
438445
</div>
439446
</div>
@@ -630,5 +637,5 @@ <h5 class="modal-title">Search</h5>
630637

631638
<!--
632639
MkDocs version : 1.6.1
633-
Build Date UTC : 2025-10-01 09:54:29.574548+00:00
640+
Build Date UTC : 2025-10-01 11:26:45.263950+00:00
634641
-->

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

v1/setup/installation/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,9 @@ <h6 class="toc__headline">On this page</h6>
411411

412412

413413
<h1 id="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 <a href="https://docs.dotkernel.org/development/v1/setup/setup-packages/">AlmaLinux 9 Setup page</a>.</p>
416+
</blockquote>
414417
<p>Before proceeding with the installation, we need to make sure that no other WSL 2 distribution (aka: <em>distro</em>) is running.
415418
This is important because this installation will fail if required ports are already in use by another distro.</p>
416419
<p>Open <code>Windows Terminal</code>.</p>

v1/setup/system-requirements/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@ <h6 class="toc__headline">On this page</h6>
407407

408408

409409
<h1 id="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 <a href="https://docs.dotkernel.org/development/v1/setup/setup-packages/">AlmaLinux 9 Setup page</a>.</p>
412+
</blockquote>
410413
<p>Open <code>Windows Terminal</code> and execute the following command:</p>
411414
<pre class="highlight"><code class="language-shell">wsl -v</code></pre>
412415
<p>The output should look similar to this:</p>

v1/terminal/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,9 @@ <h5 class="subnavigation__title">Table of Contents</h5>
387387

388388

389389
<h1 id="terminal">Terminal</h1>
390+
<blockquote>
391+
<p>If you are not using WSL, you can jump straight to the <a href="https://docs.dotkernel.org/development/v1/setup/setup-packages/">AlmaLinux 9 Setup page</a>.</p>
392+
</blockquote>
390393
<p>If you're not already using it, we recommend you to install <a href="https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&amp;gl=US">Windows Terminal</a>.
391394
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>
392395

v2/setup/installation/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,9 @@ <h6 class="toc__headline">On this page</h6>
404404

405405

406406
<h1 id="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 <a href="https://docs.dotkernel.org/development/v2/setup/setup-packages/">AlmaLinux 10 Setup page</a>.</p>
409+
</blockquote>
407410
<p>Before proceeding with the installation, we need to make sure that no other WSL 2 distribution (aka: <em>distro</em>) is running.
408411
This is important because this installation will fail if required ports are already in use by another distro.</p>
409412
<p>Open <code>Windows Terminal</code>.</p>

v2/setup/system-requirements/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,9 @@ <h6 class="toc__headline">On this page</h6>
400400

401401

402402
<h1 id="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 <a href="https://docs.dotkernel.org/development/v2/setup/setup-packages/">AlmaLinux 10 Setup page</a>.</p>
405+
</blockquote>
403406
<p>Open <code>Windows Terminal</code> and execute the following command:</p>
404407
<pre class="highlight"><code class="language-shell">wsl -v</code></pre>
405408
<p>The output should look similar to this:</p>

v2/terminal/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,9 @@ <h5 class="subnavigation__title">Table of Contents</h5>
380380

381381

382382
<h1 id="terminal">Terminal</h1>
383+
<blockquote>
384+
<p>If you are not using WSL, you can jump straight to the <a href="https://docs.dotkernel.org/development/v2/setup/setup-packages/">AlmaLinux 10 Setup page</a>.</p>
385+
</blockquote>
383386
<p>If you're not already using it, we recommend you to install <a href="https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&amp;gl=US">Windows Terminal</a>.
384387
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>
385388

0 commit comments

Comments
 (0)