From 8e31c1e5b495f2d23b0e204e879478aeacc44e06 Mon Sep 17 00:00:00 2001 From: tomas Date: Tue, 26 Oct 2004 23:11:35 +0000 Subject: [PATCH] short doc/INSTALL added --- livesupport/modules/storageServer/doc/INSTALL | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 livesupport/modules/storageServer/doc/INSTALL diff --git a/livesupport/modules/storageServer/doc/INSTALL b/livesupport/modules/storageServer/doc/INSTALL new file mode 100644 index 000000000..4c4853096 --- /dev/null +++ b/livesupport/modules/storageServer/doc/INSTALL @@ -0,0 +1,12 @@ + +- required packages: apache, php, mod_php, postgreSQL, wget, curl, PEAR_DB +- check if PEAR DB installed: 'pear list' or install it: 'pear install DB' +- check if include_path in php.ini points to PEAR too + (/usr/lib/php or /usr/local/lib/php) +- setup var/conf.php - at least "basic configuration" part + (follow comments in the source - or use doxygen and its output) +- setup archiveServer/var/conf.php too - test scripts will use archive +- configure apache for archiveServer file upload + (as described in archiveServer/doc/INSTALL) +- run 'make check' to: setup directories, create db tables and run test scripts + OR 'make all' without tests