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 :: create conda environment from yaml file 
Shell :: find in files ubuntu 
Shell :: install all dependencies npm 
Shell :: how to merge remote branch 
Shell :: maven test skip 
Shell :: undo git rebase 
Shell :: nslookup all dns entries 
Shell :: windows wsl 
Shell :: shell command read first lines 
Shell :: how to kill process in linux by name 
Shell :: cannot install ngx-toastr in angular 13 
Shell :: convert epoch timestamp to human readable format on osx 
Shell :: git create new repo 
Shell :: linux commands 
Shell :: python on pop os 
Shell :: how to stop a port in macos 
Shell :: Use pip to install the EB CLI. 
Shell :: conda correct install opencv 
Shell :: delete remote branch 
Shell :: vim code highlighting mac 
Shell :: for loop in bash for files 
Shell :: rclone gui 
Shell :: powershell webrequest 
Shell :: eslint-plugin-react-hooks 
Shell :: ubuntu run in port 80 
Shell :: bigquery export schema json 
Shell :: find string terminal 
Shell :: git squash last 2 commits 
Shell :: Installing ipython-sql in Jupyter 
Shell :: git clone ssh key 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =