All Latest Repo – Nginx Extras, Percona MySQL 5.7 Plus Manual Steps on Fail. Here is Nginx WordPress Ubuntu 16.04 Auto Install Bash Script. It is written like poetry from the detailed manual Nginx WordPress 16.04 LTS installation guide. Written like poetry means – I have NOT Tested. Auto Install scripts should be simple. That it is.
Nginx WordPress Ubuntu 16.04 Auto Install Bash Script : Why Others Are Bad
Those Easy Engine, CentMinMod are basically not good and can add such an odd error, they may end up failing and keeping a backdoor. Most importantly, none of them address many issues of WordPress like Error Connecting Database. Easy Engine is worst, not installing normal apt package of Nginx Extras, normal paths are not practical for a new user. Writing million of lines in Python for one WordPress installation on one Cloud Server is impractical. Indeed, for LAMP server there is apt install lemp^
or apt install wordpress
commands for Apache2. New users need not to use so complex method for only installing simple WordPress. Nginx is not exactly easy to handle by a newbie.
Most importantly, cPanel to OpenStack has options of some sort of automation.
---
Nginx WordPress Ubuntu 16.04 Auto Install Bash Script
First, this is the detailed manual Nginx WordPress 16.04 LTS installation guide. The script is written to automate it.
Here is GitHub repository of Nginx-WordPress-Autoinstall-Bash-Script.
1 2 3 4 5 | +--- main.sh # main file | +--- tmp # directory with settings files to copy | +--- files # WordPress Plugins like W3TC plugin specific files. |
We could use only main.sh
but such structure may help others to modify. Here are the tagged releases – Ubuntu-16.04-Nginx-WordPress-Autoinstall-Bash-Script/releases.
On your server, after login as root
, wget the latest version, un tar and run the script :
1 2 3 4 5 6 7 8 | wget https://github.com/AbhishekGhosh/Ubuntu-16.04-Nginx-WordPress-Autoinstall-Bash-Script/archive/Beta.tar.gz tar -xzvf Beta.tar.gz && ls cd B* && ls ... # find the main.sh file ... chmod +x main.sh sh main.sh |
If you get error then report bug or send pull request on GitHub. I will check the script manually later and add video.
Tagged With paperuri:(51783a7bc104995f45b352559d1701e7) , wordpress ubuntu bash script