Wordpress Installation on Ubuntu 22.04

From Jay's Cafe' Wiki
Revision as of 03:27, 16 September 2022 by Jayctheriot (talk | contribs) (Jayctheriot moved page Jay's Customizations to Jay's Cafe' Wiki:Wordpress Installation on Ubuntu 18.04, 20.04, 22.04: That's all the information was on the page)

Install Wordpress

apt update
apt full-upgrade -y
apt install vim-nox vim-scripts vim-youcompleteme exuberant-ctags bash-completion git apache2\
     libapache2-mod-geoip  mysql-client postfix mailutils mailutils-mh lynx-common tre-agrep\
     exuberant-ctags imagemagick php inkscape php openssh-server \
     php-bz2 php-curl php-gd php-mysql php-readline  php-x* php-zip libapache2-mod-php libapache2-mod-geoip -y

wget https://wordpress.org/latest.tar.gz
cd /var/www/
tar xvzf /root/latest.tar.gz
cd html
mv /var/www/wordpress/* .
cd ..
chown -R www-data. html