From ad3f1350ef6f961572680b4fce32c500775554ff Mon Sep 17 00:00:00 2001 From: Daniel Schubert Date: Fri, 13 Dec 2019 20:08:40 +0000 Subject: [PATCH] Add readme --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..98000ef --- /dev/null +++ b/readme.md @@ -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 \ No newline at end of file