wp-setup/readme.md

13 lines
405 B
Markdown
Raw Permalink Normal View History

2019-12-13 21:08:40 +01:00
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
2019-12-13 21:09:12 +01:00
2019-12-13 21:08:40 +01:00
user: admin pw: admin ( change !! )
2019-12-13 21:09:12 +01:00
Must run as root or with sudo