added new paragraph about apache server
This commit is contained in:
parent
3f0fe23b5e
commit
5e3a5a8766
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>Getting started with the LiveSupport development environment</title>
|
||||
<meta content="$Author: maroy $" name="author">
|
||||
<meta content="$Author: fgerlits $" name="author">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Preface</h1>
|
||||
|
@ -12,8 +12,8 @@ project, Copyright © 2004 <a href="http://www.mdlf.org/">Media
|
|||
Development Loan Fund</a>, under the GNU <a
|
||||
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
||||
<ul>
|
||||
<li>Author: $Author: maroy $</li>
|
||||
<li>Version: $Revision: 1.3 $</li>
|
||||
<li>Author: $Author: fgerlits $</li>
|
||||
<li>Version: $Revision: 1.4 $</li>
|
||||
<li>Location: $Source:
|
||||
/home/cvs/livesupport/doc/gettingStarted.html,v $</li>
|
||||
</ul>
|
||||
|
@ -39,10 +39,10 @@ development environment.<br>
|
|||
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.<br>
|
||||
<br>
|
||||
More specifically, LiveSupport expects a <a
|
||||
First, LiveSupport expects a <a
|
||||
href="http://www.postgresql.org/">PostgreSQL</a> database, and an ODBC
|
||||
Data Source accessible to it through <a href="http://www.unixodbc.org/">unixODBC</a>.
|
||||
Please refer to the documentation of these tools to set them up.<br>
|
||||
|
@ -56,6 +56,15 @@ LiveSupport expects an ODBC Data Source with the following parameters:<br>
|
|||
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.<br>
|
||||
<br>
|
||||
Second, LiveSupport expects an http server (e.g.,
|
||||
<a href="http://httpd.apache.org/">apache</a>) running on the development
|
||||
computer, set up as described in the
|
||||
<code>modules/archiveServer/doc/INSTALL</code> file (included with the
|
||||
sources). Moreover, a symlink needs to be created so that
|
||||
<code>http://localhost:80/storage/</code> points to the
|
||||
<code>modules/storageServer/</code> directory.
|
||||
|
||||
<h2>Check out the sources</h2>
|
||||
The LiveSupport development directory tree can be accessed via
|
||||
anonymous <a href="https://www.cvshome.org/">CVS</a>, using the
|
||||
|
|
Loading…
Reference in New Issue