Add readme

This commit is contained in:
Daniel Schubert 2019-12-13 20:08:40 +00:00
parent 7eb93a1028
commit ad3f1350ef
1 changed files with 12 additions and 0 deletions

12
readme.md Normal file
View File

@ -0,0 +1,12 @@
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 user or with sudo