From 5e3a5a8766a14754b5849bc899d8813b4d2070b1 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Mon, 22 Nov 2004 10:24:07 +0000 Subject: [PATCH] added new paragraph about apache server --- livesupport/doc/gettingStarted.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/livesupport/doc/gettingStarted.html b/livesupport/doc/gettingStarted.html index 165908b20..4e2f0e7d4 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.
@@ -39,10 +39,10 @@ development environment.
The LiveSupport development environment uses some system resources, that are not reasonable to include in the environment itself. One such resource is an ODBC datasource to a test database. This -database has to be accessible for executing the test suits and +database has to be accessible for executing the test suites and applications within the LiveSupport development environment.

-More specifically, LiveSupport expects a PostgreSQL database, and an ODBC Data Source accessible to it through unixODBC. Please refer to the documentation of these tools to set them up.
@@ -56,6 +56,15 @@ LiveSupport expects an ODBC Data Source with the following parameters:
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 +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. +

Check out the sources

The LiveSupport development directory tree can be accessed via anonymous CVS, using the