Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install wordpress on ubuntu 20.04

sudo apt install wordpress php libapache2-mod-php mysql-server php-mysql
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: helm install 
Shell :: linux checksum file 
Shell :: how to install mongodb server in ubuntu 
Shell :: overall configuration gzip compression with nginx 
Shell :: bash size file 
Shell :: how to git clone from a specific branch git 
Shell :: linux remove lines from one file in another 
Shell :: install axios 
Shell :: add extra cygwin packages 
Shell :: linux mount ntfs as read write 
Shell :: how to figure out ubuntu partition 
Shell :: yarn 2 upgrade all packages 
Shell :: change file permissions terminal 
Shell :: make shortcut folder in windows 
Shell :: find node version 
Shell :: nodemon use 
Shell :: docker /bin/sh: apt-get: not found 
Shell :: ubuntu 20 wordpress doesnt work permalinks 
Shell :: ionic Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation. 
Shell :: mac zip with password 
Shell :: git change branch remote 
Shell :: TypeError [ERR_INVALID_ARG_TYPE]: The "from" argument must be of type string. Received undefined at validateString (internal/validators.js:120:11) 
Shell :: delete elem soup 
Shell :: yarn install raspberry pi 
Shell :: xampp apache not starting 
Shell :: sail add php mongodb extension 
Shell :: npm version 
Shell :: pip install requireents 
Shell :: how to list all versions of pip in ubuntu using grep 
Shell :: docker-compose build context tag own name 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =