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: docs/book/v1/setup/setup-packages.md
+8-26Lines changed: 8 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# AlmaLinux 9 Setup
2
2
3
-
> We recommend the use of [Hetzner Cloud via our referral link](https://hetzner.cloud/?ref=HYu6z4XGfkcP) for development thanks to the initial € 20 free [Hetzner Cloud credit](https://www.hetzner.com/legal/referrals).
3
+
> The instructions below also work without using WSL.
You should see the below message, shown the first time you execute a command which requires elevated permissions (hence the `sudo` modifier at the beginning of the command).
@@ -23,10 +23,10 @@ Administrator. It usually boils down to these three things:
23
23
24
24
Input your **AlmaLinux 9** password and hit `Enter`.
@@ -72,30 +72,12 @@ The installation process will ask for your **AlmaLinux 9** password, then iterat
72
72
73
73
Once finished, check if everything works by opening in your browser:
74
74
75
+
> If you are not using WSL 2, test the below using your server's IP address instead of `localhost`.
76
+
75
77
*[http://localhost/](http://localhost/): Apache's default home page
76
78
*[http://localhost/info.php](http://localhost/info.php): PHP info page
77
79
*[http://localhost/phpmyadmin/](http://localhost/phpmyadmin/): PhpMyAdmin (login with `root` + the root password you configured in `config.yml` under `mariadb` -> `root_password`)
78
80
79
81
The installation is complete, your **AlmaLinux 9** development environment is ready to use.
80
82
81
-
> Restart your `Windows Terminal` to find a new option in the tab selector, called **AlmaLinux-9** - clicking it will open a new tab connected to **AlmaLinux 9**.
82
-
83
-
## Running AlmaLinux 9
84
-
85
-
Open `Windows Terminal`.
86
-
87
-
Start **AlmaLinux 9** by executing:
88
-
89
-
```shell
90
-
wsl -d AlmaLinux-9
91
-
```
92
-
93
-
OR
94
-
95
-
Locate the app selector dropdown in `Windows Terminal`'s title bar and click `AlmaLinux-9`.
96
-
This will open a new tab connected to **AlmaLinux 9**.
97
-
98
-
### Note
99
-
100
-
> To run your applications using WSL2, you always need to be connected to your **AlmaLinux 9** distribution.
101
-
> For this, all you need to do is to keep open an instance of Windows Terminal that is connected to it.
83
+
> If you are using WSL 2, restart your `Windows Terminal` to find a new option in the tab selector, called **AlmaLinux-9** - clicking it will open a new tab connected to **AlmaLinux 9**.
If the output starts with `WSL version: 2.x.x.x`, you are ready to use **WSL2** and can proceed to [install AlmaLinux 9](installation.md).
21
+
If the output starts with `WSL version: 2.x.x.x`, you are ready to use WSL 2 and can proceed to [install AlmaLinux 9](installation.md).
22
22
23
23
## Install WSL2
24
24
25
-
Before proceeding with the installation, please consult Microsoft's [documentation](https://learn.microsoft.com/en-us/windows/wsl/install#prerequisites) regarding the minimum requirements for running WSL2.
25
+
Before proceeding with the installation, please consult Microsoft's [documentation](https://learn.microsoft.com/en-us/windows/wsl/install#prerequisites) regarding the minimum requirements for running WSL 2.
26
26
27
-
Once you identified that your machine can run WSL2, open the `Run` prompt by pressing `Win` + `r`, type `OptionalFeatures` in the dialog and press `Enter`.
27
+
Once you identified that your machine can run WSL 2, open the `Run` prompt by pressing `Win` + `r`, type `OptionalFeatures` in the dialog and press `Enter`.
28
28
This will open a window where you can turn Windows features on/off.
29
29
Make sure that the below features are activated (checked):
30
30
@@ -38,7 +38,7 @@ Click `Ok` and restart your computer.
38
38
39
39
Open Microsoft Store, search for `Windows Subsystem for Linux` and install it.
40
40
41
-
Make sure that version **2** of WSL is set as default by executing the below command in Windows Terminal:
41
+
Make sure that version `2` of WSL is set as default by executing the below command in Windows Terminal:
42
42
43
43
```shell
44
44
wsl --set-default-version 2
@@ -50,4 +50,4 @@ To test, run again the following command:
50
50
wsl -v
51
51
```
52
52
53
-
This time the output should display `WSL version: 2.x.x.x`, which means that your system is ready for using **WSL2** and you can proceed to [install AlmaLinux 9](installation.md).
53
+
This time the output should display `WSL version: 2.x.x.x`, which means that your system is ready for using WSL 2 and you can proceed to [install AlmaLinux 9](installation.md).
Copy file name to clipboardExpand all lines: docs/book/v2/setup/setup-packages.md
+8-26Lines changed: 8 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# AlmaLinux 10 Setup
2
2
3
-
> We recommend the use of [Hetzner Cloud via our referral link](https://hetzner.cloud/?ref=HYu6z4XGfkcP) for development thanks to the initial € 20 free [Hetzner Cloud credit](https://www.hetzner.com/legal/referrals).
3
+
> The instructions below also work without using WSL.
You should see the below message, shown the first time you execute a command which requires elevated permissions (hence the `sudo` modifier at the beginning of the command).
@@ -25,10 +25,10 @@ For security reasons, the password you type will not be visible.
25
25
26
26
Input your **AlmaLinux 10** password and hit `Enter`.
Now, install the latest version of **Ansible Core** and run **ansible-galaxy** to install collections:
@@ -78,30 +78,12 @@ The installation process will ask for your **AlmaLinux 10** password, then itera
78
78
79
79
Once finished, check if everything works by opening in your browser:
80
80
81
+
> If you are not using WSL 2, test the below using your server's IP address instead of `localhost`.
82
+
81
83
*[http://localhost/](http://localhost/): Apache's default home page
82
84
*[http://localhost/info.php](http://localhost/info.php): PHP info page
83
85
*[http://localhost/phpmyadmin/](http://localhost/phpmyadmin/): PhpMyAdmin (login with `root` + the root password you configured in `config.yml` under `mariadb` -> `root_password`)
84
86
85
87
The installation is complete, your **AlmaLinux 10** development environment is ready to use.
86
88
87
-
> Restart your `Windows Terminal` to find a new option in the tab selector, called **AlmaLinux-10**; clicking it will open a new tab connected to **AlmaLinux 10**.
88
-
89
-
## Running AlmaLinux 10
90
-
91
-
Open `Windows Terminal`.
92
-
93
-
Start **AlmaLinux 10** by executing:
94
-
95
-
```shell
96
-
wsl -d AlmaLinux-10
97
-
```
98
-
99
-
OR
100
-
101
-
Locate the app selector dropdown in `Windows Terminal`'s title bar and click `AlmaLinux-10`.
102
-
This will open a new tab connected to **AlmaLinux 10**.
103
-
104
-
### Note
105
-
106
-
> To run your applications using WSL2, you always need to be connected to your **AlmaLinux 10** distribution.
107
-
> For this, all you need to do is to keep open an instance of Windows Terminal that is connected to it.
89
+
> If you are using WSL 2, restart your `Windows Terminal` to find a new option in the tab selector, called **AlmaLinux-10**; clicking it will open a new tab connected to **AlmaLinux 10**.
If the output starts with `WSL version: 2.x.x.x`, you are ready to use **WSL2** and can proceed to [install AlmaLinux 10](installation.md).
21
+
If the output starts with `WSL version: 2.x.x.x`, you are ready to use WSL 2 and can proceed to [install AlmaLinux 10](installation.md).
22
22
23
-
## Install WSL2
23
+
## Install WSL 2
24
24
25
-
Before proceeding with the installation, please consult Microsoft's [documentation](https://learn.microsoft.com/en-us/windows/wsl/install#prerequisites) regarding the minimum requirements for running WSL2.
25
+
Before proceeding with the installation, please consult Microsoft's [documentation](https://learn.microsoft.com/en-us/windows/wsl/install#prerequisites) regarding the minimum requirements for running WSL 2.
26
26
27
-
Once you identified that your machine can run WSL2, open the `Run` prompt by pressing `Win` + `r`, type `OptionalFeatures` in the dialog and press `Enter`.
27
+
Once you identified that your machine can run WSL 2, open the `Run` prompt by pressing `Win` + `r`, type `OptionalFeatures` in the dialog and press `Enter`.
28
28
This will open a window where you can turn Windows features on/off.
29
29
Make sure that the below features are activated (checked):
30
30
@@ -38,7 +38,7 @@ Click `Ok` and restart your computer.
38
38
39
39
Open Microsoft Store, search for `Windows Subsystem for Linux` and install it.
40
40
41
-
Make sure that version **2** of WSL is set as default by executing the below command in Windows Terminal:
41
+
Make sure that version `2` of WSL is set as default by executing the below command in Windows Terminal:
42
42
43
43
```shell
44
44
wsl --set-default-version 2
@@ -50,4 +50,4 @@ To test, run again the following command:
50
50
wsl -v
51
51
```
52
52
53
-
This time the output should display `WSL version: 2.x.x.x`, which means that your system is ready for using **WSL2** and you can proceed to [install AlmaLinux 10](installation.md).
53
+
This time the output should display `WSL version: 2.x.x.x`, which means that your system is ready for using WSL 2 and you can proceed to [install AlmaLinux 10](installation.md).
0 commit comments