Changes between Initial Version and Version 1 of Ticket #15134, comment 57
- Timestamp:
- 01/14/2023 06:20:31 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15134, comment 57
initial v1 10 10 unzip ~/Downloads/gutenberg.14.8.4.zip -d ~/wp-test/plugins 11 11 }}} 12 3. Ensure whatever directory you place the plugin into is writable . Example:12 3. Ensure whatever directory you place the plugin into is writable by the web server. Example: 13 13 {{{ 14 14 sudo find ~/wp-test/plugins -type d -exec chmod 777 {} \; && '