Wordpress stack script It installs wordpress in a Debian box under Nginx. Todo: work in CentOS/RH Required software Run as root to install. Update your system and Install git: # apt update -y # apt upgrade -y # apt install -y git Clone this repository: # git clone https://gitlab.com/kobkob/wp-stack.git # cd wp-stack Install Wordpress Use: # ./bin/install.sh Install nginx Install php Install mysql Setup nginx Setup database Install wordpress