fix typos in WordPress upgrade doc
1 unresolved thread
1 unresolved thread
- Fixed a few typos.
- Updated old wiki.civicrm.org URL to move to lab.civicrm.org.
- added alternate set of commands for move and install.
Merge request reports
Activity
mentioned in commit c8cf14bd
45 45 $ cd <wordpress_root>/<content-dir>/plugins 46 46 $ unzip <civicrm_download_file>.zip 47 47 ``` 48 ### Alternative method of previous two steps: Move old and install new CiviCRM files 49 1. Move old files and install new files. 50 ```bash 51 $ cd <wordpress_root>/<content-dir>/plugins 52 $ mv civicrm civicrm-x.x.x && unzip <civicrm_download_file>.zip 53 ``` 54 where `x.x.x` is the current CiviCRM version number, e.g., `5.67.1`. Eventually, after testing the new version, remember to remove the old directories. Okay to remove it. I only added it after @colemanw suggested updating with details of what I do, but then I also remove them or move them to another directory on the same filesystem.
Want me to submit a new MR?
Submitted !374 (merged) to replace.
mentioned in commit composerjk/sysadmin@45e48bf1
mentioned in merge request !374 (merged)
Please register or sign in to reply