File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
122122sudo 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
You can’t perform that action at this time.
0 commit comments