Bash Script for Automated Wordpress Setup
Go to file
Daniel Schubert 08795fb7d6 Add License 2019-12-13 20:09:47 +00:00
LICENSE Add License 2019-12-13 20:09:47 +00:00
readme.md Update readme.md 2019-12-13 20:09:12 +00:00
wp-setup.sh Added check for root 2019-12-13 20:07:39 +00:00

readme.md

THis script is a basic wordpress setup. It does

  • download wordpress latest
  • download wp-cli.phar
  • install wordpress with plugins / themes
  • create a mysql database and user
  • create apache2 config ( nginx still needs implementation )
  • restarts apache2

The Wordpress Site is then available at localhost/YOUR_SITENAME

user: admin pw: admin ( change !! )

Must run as root or with sudo