This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
addons:bulk_uploader:installation [2014/09/25 16:55] 127.0.0.1 external edit |
addons:bulk_uploader:installation [2015/10/28 22:07] (current) geomatt |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ======Server Configuration====== |
+ | Some advanced configuration may be required in order for the Bulk Uploader to perform optimally on your specific server setup. | ||
- | Follow the steps below to install | + | =====Folder Permissions===== |
- | + | As part of its upload process, | |
- | - Log in to your Client Area on the geodesicsolutions.com website. | + | |
- | - Each Addon is associated with a Product Order. Therefore, click on the " | + | |
- | - Download & un-zip (extract) the Addon package to a location | + | |
- | - Using an FTP client, upload the contents of the Bulk Uploader Addon folder into the addons directory located at the root of your software install. For example, when you ftp into your domain on the server, browse to the location on your server where the rest of the Geodesic software is located | + | |
- | | + | |
- | | + | |
- | | + | |
+ | When in doubt, CHMODing these folders to 777 should do the trick. 755 should be sufficient for servers running SuExec, and Windows-based servers should un-set the Read Only flag. | ||
+ | |||
+ | =====PHP Settings===== | ||
+ | |||
+ | Bulk Uploads can require large amounts of time and memory to execute fully. Depending on the size of the files you're Bulk Uploading, you may need to adjust PHP's **max_execution_time** or **memory_limit** settings. The Bulk Uploader will attempt to automatically increase those limits for you if possible, but some server configurations may require them to be adjusted manually. | ||
+ | |||
+ | Often, you can increase those limits via edits to your **php.ini** file. If not, your hosting company may be able to provide further guidance. | ||
+ |