Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15134, comment 57


Ignore:
Timestamp:
01/14/2023 06:20:31 PM (3 years ago)
Author:
bgoewert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15134, comment 57

    initial v1  
    1010    unzip ~/Downloads/gutenberg.14.8.4.zip -d ~/wp-test/plugins
    1111  }}}
    12 3. Ensure whatever directory you place the plugin into is writable. Example:
     123. Ensure whatever directory you place the plugin into is writable by the web server. Example:
    1313  {{{
    1414    sudo find ~/wp-test/plugins -type d -exec chmod 777 {} \; && '