| 1 |
// $Id$
|
| 2 |
|
| 3 |
REQUIREMENTS
|
| 4 |
------------
|
| 5 |
This module requires Drupal 6.x and PHP 5.2.x (or newer).
|
| 6 |
|
| 7 |
|
| 8 |
INSTALLATION
|
| 9 |
------------
|
| 10 |
|
| 11 |
1. Copy all the module files into a subdirectory called
|
| 12 |
sites/all/modules/bitcache/ under your Drupal installation directory.
|
| 13 |
|
| 14 |
2. Go to [Administer >> Site building >> Modules] and enable the Bitcache
|
| 15 |
module. You will find it in the section labelled "Other".
|
| 16 |
|
| 17 |
3. Go to [Administer >> Site configuration >> Data storage] to review and
|
| 18 |
change the configuration options to your liking.
|
| 19 |
|
| 20 |
4. (See README.txt for information on submitting bug reports.)
|
| 21 |
|
| 22 |
|
| 23 |
KNOWN ISSUES
|
| 24 |
------------
|
| 25 |
|
| 26 |
* Global Redirect compatibility: don't enable the "Deslash" option if you
|
| 27 |
wish to use Bitcache's HTTP API bitstream index (at bitcache/).
|
| 28 |
|
| 29 |
|
| 30 |
SEE ALSO
|
| 31 |
--------
|
| 32 |
|
| 33 |
* File Framework builds upon Bitcache to provide a comprehensive document
|
| 34 |
and media management system for Drupal:
|
| 35 |
|
| 36 |
<http://drupal.org/project/fileframework>
|
| 37 |
|
| 38 |
* The Bitcache standalone command-line tools can be used to replicate
|
| 39 |
Bitcache repositories between Drupal instances as well as to a number of
|
| 40 |
other storage backends such as Amazon S3:
|
| 41 |
|
| 42 |
<http://github.com/bendiken/bitcache>
|
| 43 |
<http://rubyforge.org/projects/bitcache/>
|