Skip to content
Snippets Groups Projects
Commit b2c2585a authored by yookoala's avatar yookoala
Browse files

Improve instructions about temporary files upload directory

parent 1cf76fdf
No related branches found
No related tags found
1 merge request!34Improve instructions about temporary files upload directory
......@@ -21,7 +21,9 @@ All CiviCRM code and packages used by CiviCRM (such as PEAR libraries) are inclu
* Copy or ftp the zip file to your WordPress installation's `/wp-content/plugins` directory. You may have to change the "File Permissions" setting of `/wp-content/plugins/civicrm` directory to allow for "Write" Access. Just remember to change it back to default when done.
* You can upload the zip file that was downloaded via your WordPress admin panel at `wp-admin/plugin-install.php`
* Create the `<wordpress path>/wp-content/plugins/files/` directory and ensure it is writable. CiviCRM for versions 4.6 and prior uses this directory for temporary and uploaded files.
* Create directory for temporary and uploaded files.
* For the latest CiviCRM, create the `<wordpress path>/wp-content/uploads/` directory and ensure it is writable.
* For CiviCRM versions 4.6 and prior, create the `<wordpress path>/wp-content/plugins/files/` directory and ensure it is writable.
!!! information "Downloading Directly to Your Server with wget"
If you have command-line access, you may prefer to download the zip file directly to your server using wget:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment