команды использованные в видео
sudo -i
apt install lamp-server^
mysql -uroot -p
create database wp_db default character set utf8;
create user 'wp_user'@'localhost' identified by 'wordpress';
grant all on wp_db.* to 'wp_user'@'localhost';
flush privileges;
quit;
apt install php-curl php-gd php-intl php-mbstring php-soap php-xml php-zip php-xmlrpc php-mysql php-cli
wget -c https://wordpress.org/latest.tar.gz
tar -xzvf latest.tar.gz
rsync -av wordpress/* /var/www/html
chown -R www-data:www-data /var/www/html
chmod -R 775 /var/www/html
rm /var/www/html/index.html
#ubuntuserver #wordpress #установкаwordpress
#install wordpress #ubuntu #wordpress #установка #linux
Watch video Установка wordpress ubuntu server 2023 online without registration, duration hours minute second in high quality. This video was added by user Serega 18 March 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 707 once and liked it 10 people.