mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #579 from holta/master
Clarif: how to clean-install WordPress
This commit is contained in:
commit
28367224cb
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
# "Emergency" reinstalls (from /opt/iiab/downloads/wordpress.tar.gz
|
||||
# to /library/wordpress) should also work offline...
|
||||
#
|
||||
# EITHER WAY, IF YOU NEED A CLEAN REINSTALL OF WORDPRESS DURING YOUR
|
||||
# ONLINE OR OFFLINE, IF YOU NEED A CLEAN REINSTALL OF WORDPRESS DURING YOUR
|
||||
# NEXT RUN OF "./runtags wordpress" OR "./iiab-install" PLEASE FIRST DO:
|
||||
#
|
||||
# - "mv /library/wordpress /library/wordpress.old"
|
||||
# - back up WordPress's database then drop it
|
||||
#
|
||||
# REASON: "keep_newer: yes" below tries to preserves WordPress's self-upgrades
|
||||
# & security enhancements within /library/wordpress, that can arise without
|
||||
# warning when WordPress is online, since WordPress ~4.8 especially.
|
||||
# and security enhancements using timestamps under /library/wordpress, as these
|
||||
# can arise without warning when WordPress is online, since WordPress ~4.8.
|
||||
|
||||
- name: Download the latest WordPress software
|
||||
get_url:
|
||||
|
|
Loading…
Add table
Reference in a new issue