From 9fdbe7e609dcad5e2abcd27be5c83578de5069d8 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Tue, 25 Oct 2005 14:45:32 +0000 Subject: first checkin git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@15 09dcff7a-b715-0410-9601-b79a96267cd0 --- documentation/oreka-documentation.xml | 83 +++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 documentation/oreka-documentation.xml (limited to 'documentation') diff --git a/documentation/oreka-documentation.xml b/documentation/oreka-documentation.xml new file mode 100644 index 0000000..05e7445 --- /dev/null +++ b/documentation/oreka-documentation.xml @@ -0,0 +1,83 @@ + + + + Oreka + + + Introduction +
+ What is Oreka ? + +Modular and cross-platform system for recording and retrieval of audio streams. The project currently supports VoIP and sound device based capture. + + +The platform currently comprises of three services: + + +OrkAudio: the audio capture and storage daemon with pluggable capture modules currently comes with modules for VoIP and sound device recording. This service is written in C++. + + +OrkTrack: logs all activity from one or more orkaudio services to any mainstream database. This service is implemented as a J2EE servlet based application. + + +OrkWeb: Web based user interface for retrieval. This service is implemented as a J2EE servlet based application using the Tapestry web development framework. + + . + +
+
+ License + +This program is free software, distributed under the terms of the GNU General Public License. Please refer to http://www.gnu.org/copyleft/gpl.html for more information. + +
+ +
+ + Building + If you only want to run Oreka sofware, you can safely skip this section. +
+ Building OrkAudio +
+
+ Building OrkTrack and OrkWeb +
+
+ + Installing +
+ Installing Prerequisite Software for OrkAudio +
+ Installing Linux Libraries +
+
+ Installing Windows Libraries +
+
+ Installing Java and Tomcat +
+
+ Installing a database +
+
+
+ Installing OrkAudio +
+
+ Installing Prerequisite Software for OrkTrack and OrkWeb +
+
+ Installing OrkTrack and OrkWeb +
+
+ + Running +
+ Running OrkAudio +
+
+ Running OrkTrack and OrkWeb +
+
+
\ No newline at end of file -- cgit v1.2.3