💿Configuring the server
Install BackBox Linux
Install dependencies packages
sudo add-apt-repository -y ppa:nginx/stable
sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get updatesudo apt-get upgradesudo apt-get install network-manager libnss3-tools jq xselInstall PHP & its extensions
sudo apt install php8.2-fpmsudo apt install php8.2-cli php8.2-common php8.2-curl php8.2-mbstring php8.2-opcache php8.2-readline php8.2-xml php8.2-zip php8.2-mysql php8.2-gdInstall MySql Server
Install Composer
Last updated