Update of /cvsroot/csms/csms-core/src/documentation/xdocs/downloadAndInstall
In directory usw-pr-cvs1:/tmp/cvs-serv2859
Added Files:
index.xml book.xml
Log Message:
Basic download and install instructions
--- NEW FILE: index.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd">
<document>
<header>
<title>CSMS - Download and Install</title>
<authors>
<person id="rdg" name="Ross D. Gardler" email="ro...@sa..."/>
</authors>
</header>
<body>
<section>
<title>Downloading Released Versions</title>
<p>To run the CSMS software you need to have installed and correctly configured
the following software:</p>
<ul>
<li><link href="http://www.javasfot.com/download">Java 2 Standard Edition</link>
version 1.4 or higher</li>
</ul>
<p>You can download the latest CSMS released files from
<link href="http://sourceforge.net/project/showfiles.php?group_id=65029">Sourceforge</link>.
</p>
<section>
<title>Installing the latest release</title>
<p>To install the application simply unpack the archive to your chosen directory.</p>
</section>
<section>
<title>Running the latest release</title>
<p>To run the application cd into the bin directory which is located
inside the directory you unzipped the archive to and run the command:<br/>
<code>csms</code>.</p>
</section>
</section>
<section>
<title>Downloading CVS Versions</title>
<p>To build and run the CSMS software from CVS you need to have installed and
correctly configured the following software:</p>
<ul>
<li><link href="http://www.javasoft.com/download">Java 2 Standard Edition</link>
version 1.4 or higher</li>
<li><link href="http://www.krysalis.org/centipede">Centipede</link> build tool</li>
</ul>
<p>You can get the latest cutting edge version from
<link href="http://sourceforge.net/cvs/?group_id=65029">CVS</link>. If you are
going to work with this version we strongly advise that you join the
<link href="https://sourceforge.net/mail/?group_id=65029">developers
mailing list</link> to keep abreast of work on the codebase.</p>
</section>
<section>
<title>Building from CVS</title>
<p>There is an interactive build system within CSMS so to get started simply run
the command<br/>
<code>cent</code></p>
<p>The CSMS project uses the <link href="http://www.krysalis.org/centipede">Centipede</link>
build system. This is a system built on top of <link href="http://jakarta.apache.org/ant">
ANT.</link> For full details of the facilities available please consult the
<link href="http://www.krysalis.org/centipede">Centipede</link> documentation.</p>
</section>
<section>
<title>Running a CVS build</title>
<p>There are many ways of running the application once built from CVS, however,
the easiest is to simply run the command<br/>
<code>cent run</code></p>
</section>
</body>
</document>
--- NEW FILE: book.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "dtd/book-cocoon-v10.dtd">
<book software="Community Sports Management System"
title="CSMS Community Home"
copyright="@year@ WkWyW.net"
xmlns:xlink="http://www.w3.org/1999/xlink">
<menu label="Community">
<menu-item label="Project Home" href="http://sourceforge.net/projects/csms"/>
<!--<menu-item label="License" href="license.html"/>-->
<menu-item label="Constitution" href="../constitution.html"/>
</menu>
<menu label="Docs">
<menu-item label="Introduction" href="../index.html"/>
<menu-item label="Download/Install" href="index.html"/>
</menu>
<menu label="Code">
<menu-item label="Javadocs" href="../javadocs/"/>
<menu-item label="Java Source Ref" href="../javasrc/"/>
<menu-item label="Code Style Checks" href="../checkstyle/index.html"/>
<menu-item label="Dependencies" href="../jdepend/index.html"/>
<menu-item label="Unit tests" href="../junit/"/>
</menu>
</book>
|