Skip to content

Commit a22d55a

Browse files
authored
Merge pull request #13 from dotkernel/arhimede-patch-1
Update server setup instructions for AlmaLinux 10 versions
2 parents 855bdca + 4f7c637 commit a22d55a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/book/v1/server-setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Server setup
22

3-
> The below instructions are working only on **AlmaLinux 9**.
3+
> The below instructions are working only on **AlmaLinux 9** or **10**.
44
>
55
> For other operating systems, they need to be adapted accordingly.
66
77
## Starting point
88

9-
A server with **AlmaLinux 9** freshly installed, up to date and with root access.
9+
A server with **AlmaLinux 9** or **10** freshly installed, up to date and with root access.
1010

1111
### Update OS
1212

@@ -115,15 +115,15 @@ sudo dnf install git
115115
### Composer
116116

117117
```shell
118-
wget https://getcomposer.org/installer -O composer-installer.php
118+
sudo wget https://getcomposer.org/installer -O composer-installer.php
119119
```
120120

121121
```shell
122122
sudo chmod 777 /usr/local/bin
123123
```
124124

125125
```shell
126-
php composer-installer.php --filename=composer --install-dir=/usr/local/bin
126+
sudo php composer-installer.php --filename=composer --install-dir=/usr/local/bin
127127
```
128128

129129
### Firewall setup

0 commit comments

Comments
 (0)