/autoinstall-wordpress

script to autoinstall wordpress

Primary LanguageShellGNU General Public License v3.0GPL-3.0

autoinstall-wordpress

Requirements on your server

  • mysql or mariadb
  • apache with php 7

Installation

Run following commands as root:

wget "https://raw.githubusercontent.com/gubesch/autoinstall-wordpress/master/wordpress.sh"
bash wordpress.sh

or as simple one-liner:

curl -sSL https://raw.githubusercontent.com/gubesch/autoinstall-wordpress/master/wordpress.sh | bash

after executing don't forget to remember your username password and db-name!