------------------------------------------------------------------------------- DataFlux Data Management Server - Installation ------------------------------------------------------------------------------- This installation includes the DataFlux Data Management Server and a command-line tool (dmpexec) for executing Data Management Platform jobs. Instructions ------------ cd /opt/dataflux If you wish to install your DataFlux software in a directory other than /opt/dataflux, use that location in place of "/opt/dataflux". Please note that all files will be installed in a subdirectory called "dmserver". gzip -c -d PATH_TO/dmp22-server-PLATFORM.tar.gz | tar xvf - Replace "PATH_TO" in the above command with the directory in which you have copied the tar file and PLATFORM with the platform name (linux, sol64, etc.). perl dmserver/install.pl The installer will now take control of the installation process. Follow the instructions on the screen to complete the installation. Directory Layout ---------------- dmserver Top-level installation directory. dmserver/bin Executable files for this platform. The "dflm" executable stored in this directory will need to be run at least once. It will provide you with the machine code needed to unlock the full functionality of the product. dmserver/data Data specific to this installation. dmserver/doc Documentation. The file dmserver/doc/usage has some basic instructions on the use of the dmpexec program. dmserver/etc Configuration files. dmserver/lib Library files for this platform. dmserver/locale Localization files for this platform. dmserver/share Shared (not platform-specific) data. dmserver/var Default location of working data for running processes. Log files are written to this directory unless configured otherwise. dmserver/install.pl The installer. See the installation instructions above. dmserver/README This document.