This is a WordPress website converted into a progressive web app (PWA). If you have any question, you can comment your questions about making WordPress a PWA.
WordPress Progressive Web App Service
Soon I’ll start selling this service on this website. If you want to convert your WordPress into a PWA.
You need to have SSL installed on your domain
I’ll need a temp wp-admin username, password, and cPanel login info too
This post will help you install latest version of WordPress on Ubuntu desktop and server using terminal.
Here are system requirement for installing WordPress; you need to have PHP, MySQL and web server like apache2 or NGINX. I am going to user apache2 as a web server.
Install MySQL Server on Ubuntu
sudo apt update && sudo apt upgrade
sudo apt install mysql-server -y
sudo mysql
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'XXXXX';