Wordpress on Linux
Guide to Installing WordPress on Linux
Instructions
1. Download the files
git clone https://github.com/ArduinoDenis/wordpress_linux.git2. Run the installation script
cd wordpress_linux/ && sudo chmod 700 installer.sh && ./installer.sh3. Wait for the completion of the installation of various programs.
4. Post-installation manual procedure
sudo mysql_secure_installationFill in the basic site information following the screenshot

Last updated