From bfdbde12e36b555bcc445cb7828a6b2a2f0fbb9d Mon Sep 17 00:00:00 2001 From: maroy Date: Wed, 19 Jan 2005 13:16:36 +0000 Subject: [PATCH] added development tools document --- livesupport/doc/developmentTools.html | 60 +++++++++++++++++++++++++++ livesupport/doc/gettingStarted.html | 47 +++++++++++---------- livesupport/doc/index.html | 12 +++--- 3 files changed, 91 insertions(+), 28 deletions(-) create mode 100644 livesupport/doc/developmentTools.html 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.
+ +

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.
@@ -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

+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: 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: -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.

Scope

@@ -22,11 +22,13 @@ generated and handwritten.

Introduction

The links below provide useful documentation for the LiveSupport developer.
-

Static documentaiton.
+

Static documentaiton