Installing the file_manager Plugin
==================================

1) Start with untaring the file into the plugins directory.
Here is a example for the 1.0 version of the file_manager plugin.

  $ cd plugins
  $ tar -zxvf file_manager-1.0-1.2.7.tar.gz

2) Go into the file_manager directory

  $ cd file_manager

3) Copy config.php.sample to config.php and edit config.php,
   adding an entry into the $file_manager_config array for
   each user that should have file management access.
   Remember to set each user's base path carefully!  For more
   detailed information on the available settings, see 
   the "Configuration" section in README.

  $ cp config.php.sample config.php
  $ vi config.php

4) Then go to your config directory and run conf.pl.  Choose 
   option 8 and add the file_manager plugin.  Save and exit.

  $ cd ../../config
  $ ./conf.pl

