Skip to content
Snippets Groups Projects

fix typos in WordPress upgrade doc

Merged composerjk requested to merge composerjk/sysadmin:wpupgrade-fix-typos into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.
  • composerjk mentioned in merge request !374 (merged)

    mentioned in merge request !374 (merged)

  • Please register or sign in to reply
    Loading