Skip to content

Commit 76d8e60

Browse files
committed
Automated deployment: Thu Jun 19 07:26:36 UTC 2025 1.1.1
1 parent 8b1b437 commit 76d8e60

File tree

10 files changed

+39
-25
lines changed

10 files changed

+39
-25
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,5 +516,5 @@ <h5 class="modal-title">Search</h5>
516516

517517
<!--
518518
MkDocs version : 1.6.1
519-
Build Date UTC : 2025-06-18 12:34:27.549562+00:00
519+
Build Date UTC : 2025-06-19 07:26:35.813153+00:00
520520
-->

search/search_index.json

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

sitemap.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,62 +2,62 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://docs.dotkernel.org/development/</loc>
5-
<lastmod>2025-06-18</lastmod>
5+
<lastmod>2025-06-19</lastmod>
66
</url>
77
<url>
88
<loc>https://docs.dotkernel.org/development/v1/faq/</loc>
9-
<lastmod>2025-06-18</lastmod>
9+
<lastmod>2025-06-19</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://docs.dotkernel.org/development/v1/introduction/</loc>
13-
<lastmod>2025-06-18</lastmod>
13+
<lastmod>2025-06-19</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://docs.dotkernel.org/development/v1/setup/installation/</loc>
17-
<lastmod>2025-06-18</lastmod>
17+
<lastmod>2025-06-19</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://docs.dotkernel.org/development/v1/setup/setup-packages/</loc>
21-
<lastmod>2025-06-18</lastmod>
21+
<lastmod>2025-06-19</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://docs.dotkernel.org/development/v1/setup/system-requirements/</loc>
25-
<lastmod>2025-06-18</lastmod>
25+
<lastmod>2025-06-19</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://docs.dotkernel.org/development/v1/virtualhosts/create-virtualhost/</loc>
29-
<lastmod>2025-06-18</lastmod>
29+
<lastmod>2025-06-19</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://docs.dotkernel.org/development/v1/virtualhosts/overview/</loc>
33-
<lastmod>2025-06-18</lastmod>
33+
<lastmod>2025-06-19</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://docs.dotkernel.org/development/v2/faq/</loc>
37-
<lastmod>2025-06-18</lastmod>
37+
<lastmod>2025-06-19</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://docs.dotkernel.org/development/v2/introduction/</loc>
41-
<lastmod>2025-06-18</lastmod>
41+
<lastmod>2025-06-19</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://docs.dotkernel.org/development/v2/setup/installation/</loc>
45-
<lastmod>2025-06-18</lastmod>
45+
<lastmod>2025-06-19</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://docs.dotkernel.org/development/v2/setup/setup-packages/</loc>
49-
<lastmod>2025-06-18</lastmod>
49+
<lastmod>2025-06-19</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://docs.dotkernel.org/development/v2/setup/system-requirements/</loc>
53-
<lastmod>2025-06-18</lastmod>
53+
<lastmod>2025-06-19</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://docs.dotkernel.org/development/v2/virtualhosts/create-virtualhost/</loc>
57-
<lastmod>2025-06-18</lastmod>
57+
<lastmod>2025-06-19</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://docs.dotkernel.org/development/v2/virtualhosts/overview/</loc>
61-
<lastmod>2025-06-18</lastmod>
61+
<lastmod>2025-06-19</lastmod>
6262
</url>
6363
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

v1/introduction/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h1 id="introduction">Introduction</h1>
366366
<li><strong>Apache</strong>: free and open-source cross-platform web server software</li>
367367
<li><strong>MariaDB</strong>: community-developed, commercially supported fork of the MySQL relational database management system</li>
368368
<li><strong>Git</strong>: distributed version control system</li>
369-
<li><strong>Composer</strong>: application-level dependency manager for the PHP</li>
369+
<li><strong>Composer</strong>: application-level dependency manager</li>
370370
<li><strong>Node.js</strong>: JavaScript runtime environment</li>
371371
<li><strong>PhpMyAdmin</strong>: open source administration tool for MySQL and MariaDB</li>
372372
</ul>

v1/setup/installation/index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,15 @@ <h2 id="install-almalinux9_1">Install AlmaLinux9</h2>
427427
OracleLinux_8_7 Oracle Linux 8.7
428428
OracleLinux_9_1 Oracle Linux 9.1</code></pre>
429429
<p>Note the two columns: <strong>NAME</strong> and <strong>FRIENDLY NAME</strong>.
430-
To install a specific distro, use the value from the <strong>NAME</strong> column, in this case: <code>AlmaLinux-9</code>.
431-
Install the AlmaLinux9 distro by executing the below command:</p>
430+
To install a specific distro, use the value from the <strong>NAME</strong> column, in this case: <code>AlmaLinux-9</code>.</p>
431+
<blockquote>
432+
<p>If you try to install a distro that is already installed, the installation process will fail:</p>
433+
</blockquote>
434+
<pre class="highlight"><code class="language-text">Downloading: AlmaLinux OS 9
435+
Installing: AlmaLinux OS 9
436+
A distribution with the supplied name already exists. Use --name to choose a different name.
437+
Error code: Wsl/InstallDistro/Service/RegisterDistro/ERROR_ALREADY_EXISTS</code></pre>
438+
<p>Install the AlmaLinux9 distro by executing the below command:</p>
432439
<pre class="highlight"><code class="language-shell">wsl --install -d AlmaLinux-9</code></pre>
433440
<p>You should see the download progress—once finished, the output should look like this:</p>
434441
<pre class="highlight"><code class="language-text">Downloading: AlmaLinux OS 9

v1/virtualhosts/overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1 id="overview">Overview</h1>
372372
<p><strong>Example</strong>:</p>
373373
<ul>
374374
<li><code>api.dotkernel.localhost</code>: this could be the endpoint where you host your website's API</li>
375-
<li><code>frontend.dotkernel.localhost</code>: this could be subdomain where you host your website's frontend that will consume the API</li>
375+
<li><code>frontend.dotkernel.localhost</code>: this could be the subdomain where you host your website's frontend that will consume the API</li>
376376
</ul>
377377
<p>In the above example, the URLs are built like this:</p>
378378
<ul>

v2/introduction/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ <h1 id="introduction">Introduction</h1>
359359
<li><strong>Apache</strong>: free and open-source cross-platform web server software</li>
360360
<li><strong>MariaDB</strong>: community-developed, commercially supported fork of the MySQL relational database management system</li>
361361
<li><strong>Git</strong>: distributed version control system</li>
362-
<li><strong>Composer</strong>: application-level dependency manager for the PHP</li>
362+
<li><strong>Composer</strong>: application-level dependency manager</li>
363363
<li><strong>Node.js</strong>: JavaScript runtime environment</li>
364364
<li><strong>PhpMyAdmin</strong>: open source administration tool for MySQL and MariaDB</li>
365365
</ul>

v2/setup/installation/index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,15 @@ <h2 id="install-almalinux10_1">Install AlmaLinux10</h2>
420420
OracleLinux_8_7 Oracle Linux 8.7
421421
OracleLinux_9_1 Oracle Linux 9.1</code></pre>
422422
<p>Note the two columns: <strong>NAME</strong> and <strong>FRIENDLY NAME</strong>.
423-
To install a specific distro, use the value from the <strong>NAME</strong> column, in this case: <code>AlmaLinux-10</code>.
424-
Install the AlmaLinux10 distro by executing the below command:</p>
423+
To install a specific distro, use the value from the <strong>NAME</strong> column, in this case: <code>AlmaLinux-10</code>.</p>
424+
<blockquote>
425+
<p>If you try to install a distro that is already installed, the installation process will fail:</p>
426+
</blockquote>
427+
<pre class="highlight"><code class="language-text">Downloading: AlmaLinux OS 10
428+
Installing: AlmaLinux OS 10
429+
A distribution with the supplied name already exists. Use --name to choose a different name.
430+
Error code: Wsl/InstallDistro/Service/RegisterDistro/ERROR_ALREADY_EXISTS</code></pre>
431+
<p>Install the AlmaLinux10 distro by executing the below command:</p>
425432
<pre class="highlight"><code class="language-shell">wsl --install -d AlmaLinux-10</code></pre>
426433
<p>You should see the download progress—once finished, the output should look like this:</p>
427434
<pre class="highlight"><code class="language-text">Downloading: AlmaLinux OS 10

v2/virtualhosts/overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h1 id="overview">Overview</h1>
365365
<p><strong>Example</strong>:</p>
366366
<ul>
367367
<li><code>api.dotkernel.localhost</code>: this could be the endpoint where you host your website's API</li>
368-
<li><code>frontend.dotkernel.localhost</code>: this could be subdomain where you host your website's frontend that will consume the API</li>
368+
<li><code>frontend.dotkernel.localhost</code>: this could be the subdomain where you host your website's frontend that will consume the API</li>
369369
</ul>
370370
<p>In the above example, the URLs are built like this:</p>
371371
<ul>

0 commit comments

Comments
 (0)