short doc/INSTALL added
This commit is contained in:
parent
47468b07ed
commit
8e31c1e5b4
|
@ -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
|
Loading…
Reference in New Issue