/[drupal]/contributions/modules/fileserver/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/fileserver/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Thu Aug 28 19:35:34 2008 UTC (14 months, 4 weeks ago) by incanus
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA2, DRUPAL-6--1-0-ALPHA3, DRUPAL-6--1-0-ALPHA1, HEAD
Changes since 1.2: +7 -4 lines
File MIME type: text/plain
bringing Drupal CVS up to date with development repository r5202
 * updated INSTALL.txt to refer to latest tested dependent module versions
 * fixed bug with og_vocab integration spewing errors for users not in groups
 * no longer perform file conversions on upload; instead defer to cron
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.

  ViewVC Help
Powered by ViewVC 1.1.2