code block
This commit is contained in:
parent
9996629e07
commit
8a39293a05
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ The Laravel framework is open-sourced software licensed under the [MIT license](
|
||||||
# Linux Install
|
# Linux Install
|
||||||
|
|
||||||
## Debian 11
|
## Debian 11
|
||||||
|
```
|
||||||
sudo apt update
|
sudo apt update
|
||||||
apt-get install apache2
|
apt-get install apache2
|
||||||
sudo apt install lsb-release apt-transport-https ca-certificates software-properties-common -y
|
sudo apt install lsb-release apt-transport-https ca-certificates software-properties-common -y
|
||||||
|
@ -79,5 +80,6 @@ sudo apt install php8.2 -y
|
||||||
php -v
|
php -v
|
||||||
sudo apt install apache2 libapache2-mod-php8.2
|
sudo apt install apache2 libapache2-mod-php8.2
|
||||||
sudo systemctl restart apache2
|
sudo systemctl restart apache2
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue