Horje
install wordpress ubuntu 20.04 Code Example
install wordpress ubuntu 20.04
# 1. Install dependencies:
sudo apt update
sudo apt install apache2 \
                 ghostscript \
                 libapache2-mod-php \
                 mysql-server \
                 php \
                 php-bcmath \
                 php-curl \
                 php-imagick \
                 php-intl \
                 php-json \
                 php-mbstring \
                 php-mysql \
                 php-xml \
                 php-zip
# 2. Install Wordpress:
sudo mkdir -p /srv/www
sudo chown www-data: /srv/www
curl https://wordpress.org/latest.tar.gz | sudo -u www-data tar zx -C /srv/www




Shell

Related
sed tab to space Code Example sed tab to space Code Example
ntp not starting after reboot Code Example ntp not starting after reboot Code Example
The current application is not compatible with NativeScript CLI 8.0.2 Code Example The current application is not compatible with NativeScript CLI 8.0.2 Code Example
You don't have write permissions for the rvm Code Example You don't have write permissions for the rvm Code Example
copying a file from a server to a local folder Code Example copying a file from a server to a local folder Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7