diff --git a/livesupport/doc/gettingStarted.html b/livesupport/doc/gettingStarted.html
index 4e2f0e7d4..aa0b3ca7b 100644
--- a/livesupport/doc/gettingStarted.html
+++ b/livesupport/doc/gettingStarted.html
@@ -3,7 +3,7 @@
Getting started with the LiveSupport development environment
-
+
Preface
@@ -12,8 +12,8 @@ project, Copyright © 2004 Media
Development Loan Fund, under the GNU GPL.
- - Author: $Author: fgerlits $
- - Version: $Revision: 1.4 $
+ - Author: $Author: tomas $
+ - Version: $Revision: 1.5 $
- Location: $Source:
/home/cvs/livesupport/doc/gettingStarted.html,v $
@@ -57,13 +57,37 @@ This data source should point to a PostgreSQL instance. Only one
developer at the time should access this datasource, as the test suites
regularly create and destroy database tables.
-Second, LiveSupport expects an http server (e.g.,
-apache) running on the development
-computer, set up as described in the
+Second, LiveSupport expects:
+
+ - Apache httpd server
+ running on the development computer
+ - PHP interpreter
+ - PHP apache module
+ - PostgreSQL support in PHP
+ - PEAR DB module
+ (may be checked:
pear list
+ and installed by: pear install DB)
+
+
+Please, check settings in var/conf.php files in both
+storageServer and archiveServer modules and create two
+symlinks with name corresponding to "URL configuration" part of
+var/conf.php files - example for default values:
+
+ -
+
http://localhost:80/livesupportStorageServer/ should point
+ to the
+ <livesupport-cvs>/modules/storageServer/var directory
+
+ -
+
http://localhost:80/livesupportArchiveServer/ should point
+ to the
+ <livesupport-cvs>/modules/archiveServer/var directory
+
+
+And setup a file-uploading support as described in the
modules/archiveServer/doc/INSTALL file (included with the
-sources). Moreover, a symlink needs to be created so that
-http://localhost:80/storage/ points to the
-modules/storageServer/ directory.
+sources).
Check out the sources
The LiveSupport development directory tree can be accessed via