diff --git a/livesupport/doc/developmentTools.html b/livesupport/doc/developmentTools.html
new file mode 100644
index 000000000..ad27e51d2
--- /dev/null
+++ b/livesupport/doc/developmentTools.html
@@ -0,0 +1,60 @@
+
+
+
+
+ LiveSupport developer tools
+
+
+
+Preface
+This document is part of the LiveSupport
+project, Copyright © 2004 Media
+Development Loan Fund, under the GNU GPL.
+
+ - Author: $Author: maroy $
+ - Version: $Revision: 1.1 $
+ - Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/developmentTools.html,v $
+
+Scope
+This document lists the development tools that are expected to be on a
+system that intends to compile and develop LiveSupport.
+Introduction
+LiveSupport expects a generic development environment on the system to
+be built, which is basically a generic install of a POSIX-compliant
+operating system, with a set of GNU development tools and some
+utilities.
+Tools
+The following tools are expected on the development system:
+
+Libraries
+The following development libraries are expected on the development
+system:
+
+
+
+
diff --git a/livesupport/doc/gettingStarted.html b/livesupport/doc/gettingStarted.html
index aa0b3ca7b..29574a96c 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: tomas $
- - Version: $Revision: 1.5 $
+ - Author: $Author: maroy $
+ - Version: $Revision: 1.6 $
- Location: $Source:
/home/cvs/livesupport/doc/gettingStarted.html,v $
@@ -31,10 +31,16 @@ used to develop LiveSupport as well.
The following steps needed to be taken for setting up the LiveSupport
development environment.
+ - install development tools
+
- set up additional system resources
- check out the sources
- set up tools used by LiveSupport
+Install development tools
+Install all the tools needed for the development of LiveSupport. Please
+see the development tools document
+for a list of tools needed.
Set up additional system resources
The LiveSupport development environment uses some system resources,
that are not reasonable to include in the environment itself. One such
@@ -42,8 +48,8 @@ resource is an ODBC datasource to a test database. This
database has to be accessible for executing the test suites and
applications within the LiveSupport development environment.
-First, LiveSupport expects a PostgreSQL database, and an ODBC
+First, 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.
@@ -60,35 +66,30 @@ regularly create and destroy database tables.
Second, LiveSupport expects:
- Apache httpd server
- running on the development computer
+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
)
+ - 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
+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
-
+ -
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
+And setup a file-uploading support as described in the modules/archiveServer/doc/INSTALL
+file (included with the
sources).
-
Check out the sources
The LiveSupport development directory tree can be accessed via
anonymous CVS, using the
diff --git a/livesupport/doc/index.html b/livesupport/doc/index.html
index c04d5d3fb..9dc9353eb 100644
--- a/livesupport/doc/index.html
+++ b/livesupport/doc/index.html
@@ -3,7 +3,7 @@
LiveSupport developer documentation
-
+
Preface
@@ -12,8 +12,8 @@ project, Copyright © 2004 Media
Development Loan Fund, under the GNU GPL.
- - Author: $Author: tomas $
- - Version: $Revision: 1.3 $
+ - Author: $Author: maroy $
+ - Version: $Revision: 1.4 $
- Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/index.html,v $
Scope
@@ -22,11 +22,13 @@ generated and handwritten.
Introduction
The links below provide useful documentation for the LiveSupport
developer.
-Static documentaiton.
+Static documentaiton