Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/book/v1/server-setup.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Server setup

> The below instructions are working only on **AlmaLinux 9**.
> The below instructions are working only on **AlmaLinux 9** or **10**.
>
> For other operating systems, they need to be adapted accordingly.

## Starting point

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

### Update OS

Expand Down Expand Up @@ -115,15 +115,15 @@ sudo dnf install git
### Composer

```shell
wget https://getcomposer.org/installer -O composer-installer.php
sudo wget https://getcomposer.org/installer -O composer-installer.php
```

```shell
sudo chmod 777 /usr/local/bin
```

```shell
php composer-installer.php --filename=composer --install-dir=/usr/local/bin
sudo php composer-installer.php --filename=composer --install-dir=/usr/local/bin
```

### Firewall setup
Expand Down