User Tools

Site Tools


addons:bulk_uploader:installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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:
-====== Installation ======+======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 the Bulk Uploader Addon: +=====Folder Permissions===== 
- +As part of its upload process, the Bulk Uploader addon writes files to a couple of different locations on your server. For this to work correctlythese folders and their contents (including any subfolders) should be write-enabled for the user running the PHP process: 
-  - Log in to your Client Area on the geodesicsolutions.com website. +  addons/bulk_uploader/uploads/ 
-  - Each Addon is associated with Product Order. Therefore, click on the "View" link for the Product associated with the Addon. You should then see the Addon at the bottom of the page available to download. +  addons/bulk_uploader/tokens/
-  - Download & un-zip (extract) the Addon package to a location on your pc's hard drive. The unzipped folder should contain additional folder(s) and file(s). +
-  - 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 examplewhen you ftp into your domain on the server, browse to the location on your server where the rest of the Geodesic software is located and find the addons directory. FTP this Addon'contents (folders and filesfrom your pc directly into the "addons" folder on your server. You should now have a "bulk_uploader" folder within your software's "addons" folder. +
-  Inside that new "bulk_uploader" folder you have just FTP'd to your server, is another folder named "uploads" Change the permission settings (usually "right-click, CHMOD") for the "uploads" folder to "777". +
-  - A "Bulk Uploader" Install option will appear under your addon management tool at the  Admin's Control Panel. Go ahead and click on "install". Once installed you can now enabled the addon by clicking in the "Enable" link at the addon management tool,  you will now see a "Bulk Uploader" link under "Manage Addons" menu. +
-  - Installation is now complete. You can now continue with the Bulk Uploader's Settings for further instructions on how to perform an upload.+
  
 +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.
 +
addons/bulk_uploader/installation.1411664133.txt.gz · Last modified: 2015/03/19 19:36 (external edit)