| 1 |
// $Id: INSTALL.txt,v 1.2 2008/07/21 22:33:50 incanus Exp $
|
| 2 |
|
| 3 |
REQUIREMENTS
|
| 4 |
------------
|
| 5 |
This module is designed for Drupal 6.x, and requires File Framework[1] and
|
| 6 |
dav.module[2]. (Additional PHP version and PEAR library requirements are
|
| 7 |
detailed in the documentation for dav.module.)
|
| 8 |
|
| 9 |
Last tested with fileframework-6.x-1.x of 2008-Aug-28 and dav-6.x-1.0-alpha2.
|
| 10 |
|
| 11 |
[1] http://drupal.org/project/fileframework
|
| 12 |
[2] http://drupal.org/project/dav
|
| 13 |
|
| 14 |
INSTALLATION
|
| 15 |
------------
|
| 16 |
1. Copy all the module files into a subdirectory called modules/fileserver/
|
| 17 |
under your Drupal installation directory.
|
| 18 |
|
| 19 |
2. Go to administer >> modules and enable the `dav' and `fileserver'
|
| 20 |
modules.
|
| 21 |
|
| 22 |
3. Go to administer >> settings >> dav to review and change the DAV
|
| 23 |
configuration options to your liking (e.g. enable the DAV server).
|
| 24 |
|
| 25 |
4. Go to administer >> settings >> dav >> fileserver to review and change
|
| 26 |
the configuration options to your liking.
|
| 27 |
|
| 28 |
5. Connect to http://www.yoursite.com/dav/ with your DAV client. Use your
|
| 29 |
Drupal user name and password to login.
|