INSTALLING MOUNT LINUX OLYMPUS 0.3
----------------------------------

To install, cd into the main olympus proect directory and do:

    ./configure
    
then
    
    make

then, as root,

    make install

That's it. 

The default installation will put everything in the olympus root, 
which defaults to:

    /usr/local/olympus/
    
A directory hierarchy is created in the form:

    /path/to/olympus/
                     \_ bin/
                     |
                     \_ data/
                     |       \_base/
                     |       | 
                     |       \_ backup/
                     |
                     \_ etc/

Within the etc/ directory you will find olympusd.conf which 
specifies such things as hostname and port for olympusd. An example
of such a file's contents is:

hostname "127.0.0.1";
port "1337";

Very simple. You will also find a file called olympus.data, which is
the system descriptor file. For more information on this file, read
HOWTO-descriptor in the olympus/docs/ directory.

The client is called olympus, the configuration server olympusd. Both
are to be found in the bin/ directory.

The data directory contains backups of files changed and the user and
system databases.

Send any and all questions regarding Olympus to developers@mountlinux.com
or, if you are interested in helping develop (code, write documentation,
test, etc) Olympus, join the developer's email list (details can be found
at the Mount Linux website at http://mountlinux.com/olympus/)

Enjoy!