Code: Select all
sudo apt update
sudo apt upgrade
Code: Select all
sudo apt install apache2 apache2-utils
sudo systemctl enable apache2
sudo apt install mariadb-server mariadb-client
sudo systemctl enable mariadb
Code: Select all
sudo mysql_secure_installationCode: Select all
sudo apt install php7.3 libapache2-mod-php7.3 php7.3-mysql php-common php7.3-cli php7.3-common php7.3-json php7.3-opcache php7.3-readline
sudo a2enmod php7.3
sudo systemctl restart apache2
Code: Select all
sudo a2dismod php7.3
sudo apt install php7.3-fpm
sudo a2enmod proxy_fcgi setenvif
sudo a2enconf php7.3-fpm
sudo systemctl restart apache2Problem is that is well out of date (last updated 10 months ago and still missing MariaDB change) - maybe I should update it
Well - it took me awhilecompuquak wrote: ↑Mon Jul 29, 2019 1:39 amI hope ANDYROO takes the next step and loads WordPress!! I might give it a shot, following his early steps to set-up the environment. Still, I would really like for PressPi to do the job! There ought to at least be a script for loading and configuring everything ... I suppose that's what PressPi really is.