Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:extensions:webdav [2014/02/01 16:34] swarnat [Setup] |
en:extensions:webdav [2014/03/25 11:50] (current) swarnat [Setup] |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ===== Setup ===== | ===== Setup ===== | ||
| - | - Extract all files of the module archiv and upload them to a directory /webdav in your vtigerCRM Root directory (The directory which contains the vtigerversion.php). | + | * Extract all files of the module archiv and upload them to a directory /webdav in your vtigerCRM Root directory (The directory which contains the vtigerversion.php). |
| - | - Copy **config.inc.sample.php** to **config.inc.php** and configure like you want. (LicenseKey will be generated in the next step) | + | * Copy **config.inc.sample.php** to **config.inc.php** and configure like you want. (LicenseKey will be generated in the next step) |
| - | - Open this directory in your browser (URL in this way: http:/ /<yourvtigercrmdomain>/webdav and you will see a license error. Copy the siteURL, which is shown on this page. | + | * Open this directory in your browser (URL in this way: http:/ /<yourvtigercrmdomain>/webdav and you will see a license error. Copy the siteURL, which is shown on this page. |
| - | - Login into my CustomerPortal and generate the License Code with exactly this siteURL. | + | * Login into my CustomerPortal and generate the License Code with exactly this siteURL. |
| - | - Insert this LicenseKey into your config.inc.php File in the variable $licenseKey | + | * Insert this LicenseKey into your config.inc.php File in the variable $licenseKey |
| - | - Refresh the Browsertab with the webdav directory. You now should see a file structure | + | * Refresh the Browsertab with the webdav directory. You now should see a file structure |
| <WRAP center round important 100%> | <WRAP center round important 100%> | ||
| Line 36: | Line 36: | ||
| To connect your WebDAV Client to this Connector, you have to use the following details: | To connect your WebDAV Client to this Connector, you have to use the following details: | ||
| - | Server: <PathToVtiger>/webdav | + | Server: //<PathToVtiger>/webdav// |
| - | Username: <yourUsername> | + | Username: //<yourUsername>//// |
| - | Passwort: <yourAccessKey> | + | Passwort:// <yourAccessKey> |
| You get your AccessKey from every Users "My Preferences" Page. | You get your AccessKey from every Users "My Preferences" Page. | ||
| Line 127: | Line 127: | ||
| ==== $deactivateCompleteIDListing ==== | ==== $deactivateCompleteIDListing ==== | ||
| - | If you use the [[en:vtiger_6.0:extensions:webdav#ID|ID Handler]] you could configure if you want to see a list of all ID's available in a module, which could be take a long time to generate and transfer. | + | If you use the [[webdav#ID|ID Handler]] you could configure if you want to see a list of all ID's available in a module, which could be take a long time to generate and transfer. |
| Because this handler is implemented to be used automatically from software, you probably could set this to **false**. | Because this handler is implemented to be used automatically from software, you probably could set this to **false**. | ||
| This don't prevent you from access the Records! You only need the full URL to the record. (/Modules/Accounts/123/) | This don't prevent you from access the Records! You only need the full URL to the record. (/Modules/Accounts/123/) | ||
| - | ===== Old ===== | ||
| - | Extract Zip File and Upload extracted files into a /webdav Directory, within root dir of vtigerCRM | ||
| - | Rename config.inc.sample.php to config.inc.php in the webdav directory | ||
| - | Configure Extension inside this config.inc.php | ||
| - | Insert licenseKey into $licenseKey variable | ||
| - | Please note: | ||
| - | If you create the webdav directory not inside the root directory of your domain, like domain.com/crm/webdav/, | ||
| - | you have to set these path inside the file .htaccess!To do this, please change this line inside the .htaccess file: | ||
| - | RewriteBase /webdav/ | ||
| - | and enter your own path to the webdav directory. | ||
| - | For example: | ||
| - | www.domain.com/crm/vtiger/webdav/ will be RewriteBase /crm/vtiger/webdav/ | ||
| - | Connect with Clients | ||
| - | To connect your WebDAV Client to this Connector, you have to use the following details: | ||
| - | |||
| - | Server: <PathToVtiger>/webdav | ||
| - | Username: <yourUsername> | ||
| - | Passwort: <yourAccessKey> | ||
| - | You get your AccessKey from the “My Preferences” Page. | ||