Skip to content

Commit cb59577

Browse files
authored
Merge pull request #76 from dotkernel/docs-tweaks
Docs tweaks
2 parents d4c6ba7 + aa08084 commit cb59577

File tree

7 files changed

+31
-9
lines changed

7 files changed

+31
-9
lines changed

docs/book/v1/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
* **Apache**: free and open-source cross-platform web server software
99
* **MariaDB**: community-developed, commercially supported fork of the MySQL relational database management system
1010
* **Git**: distributed version control system
11-
* **Composer**: application-level dependency manager for the PHP
11+
* **Composer**: application-level dependency manager
1212
* **Node.js**: JavaScript runtime environment
1313
* **PhpMyAdmin**: open source administration tool for MySQL and MariaDB

docs/book/v1/setup/installation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ OracleLinux_9_1 Oracle Linux 9.1
7272

7373
Note the two columns: **NAME** and **FRIENDLY NAME**.
7474
To install a specific distro, use the value from the **NAME** column, in this case: `AlmaLinux-9`.
75+
76+
> If you try to install a distro that is already installed, the installation process will fail:
77+
78+
```text
79+
Downloading: AlmaLinux OS 9
80+
Installing: AlmaLinux OS 9
81+
A distribution with the supplied name already exists. Use --name to choose a different name.
82+
Error code: Wsl/InstallDistro/Service/RegisterDistro/ERROR_ALREADY_EXISTS
83+
```
84+
7585
Install the AlmaLinux9 distro by executing the below command:
7686

7787
```shell

docs/book/v1/virtualhosts/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Using this tool, you configure a virtualhost for each of your applications, and
77
**Example**:
88

99
* `api.dotkernel.localhost`: this could be the endpoint where you host your website's API
10-
* `frontend.dotkernel.localhost`: this could be subdomain where you host your website's frontend that will consume the API
10+
* `frontend.dotkernel.localhost`: this could be the subdomain where you host your website's frontend that will consume the API
1111

1212
In the above example, the URLs are built like this:
1313

docs/book/v2/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
* **Apache**: free and open-source cross-platform web server software
99
* **MariaDB**: community-developed, commercially supported fork of the MySQL relational database management system
1010
* **Git**: distributed version control system
11-
* **Composer**: application-level dependency manager for the PHP
11+
* **Composer**: application-level dependency manager
1212
* **Node.js**: JavaScript runtime environment
1313
* **PhpMyAdmin**: open source administration tool for MySQL and MariaDB

docs/book/v2/setup/installation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ OracleLinux_9_1 Oracle Linux 9.1
7272

7373
Note the two columns: **NAME** and **FRIENDLY NAME**.
7474
To install a specific distro, use the value from the **NAME** column, in this case: `AlmaLinux-10`.
75+
76+
> If you try to install a distro that is already installed, the installation process will fail:
77+
78+
```text
79+
Downloading: AlmaLinux OS 10
80+
Installing: AlmaLinux OS 10
81+
A distribution with the supplied name already exists. Use --name to choose a different name.
82+
Error code: Wsl/InstallDistro/Service/RegisterDistro/ERROR_ALREADY_EXISTS
83+
```
84+
7585
Install the AlmaLinux10 distro by executing the below command:
7686

7787
```shell

docs/book/v2/virtualhosts/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Using this tool, you configure a virtualhost for each of your applications, and
77
**Example**:
88

99
* `api.dotkernel.localhost`: this could be the endpoint where you host your website's API
10-
* `frontend.dotkernel.localhost`: this could be subdomain where you host your website's frontend that will consume the API
10+
* `frontend.dotkernel.localhost`: this could be the subdomain where you host your website's frontend that will consume the API
1111

1212
In the above example, the URLs are built like this:
1313

wsl/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,13 @@ Note the two columns: **NAME** and **FRIENDLY NAME**.
7474
To install a specific distro, use the value from the **NAME** column, in this case: `AlmaLinux-10`.
7575

7676
> If you try to install a distro that is already installed, the installation process will fail:
77-
>
78-
> Downloading: AlmaLinux OS 10
79-
> Installing: AlmaLinux OS 10
80-
> A distribution with the supplied name already exists. Use --name to choose a different name.
81-
> Error code: Wsl/InstallDistro/Service/RegisterDistro/ERROR_ALREADY_EXISTS
77+
78+
```text
79+
Downloading: AlmaLinux OS 10
80+
Installing: AlmaLinux OS 10
81+
A distribution with the supplied name already exists. Use --name to choose a different name.
82+
Error code: Wsl/InstallDistro/Service/RegisterDistro/ERROR_ALREADY_EXISTS
83+
```
8284

8385
Install the AlmaLinux10 distro by executing the below command:
8486

0 commit comments

Comments
 (0)