Size: 1010
Comment:
|
← Revision 6 as of 2011-01-10 13:13:08 ⇥
Size: 985
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
The subversion repository for BES is at https://doms.svn.sourceforge.net/svnroot/doms/examples/extractor with subdirectories for trunk, tags, and branches. BES is a maven project and after checkout can be built by {{{cd}}}'ing to the directory containing {{{pom.xml}}} and executing {{{mvn -Dmaven.test.skip=true package}}}. Release packages (war-files) are kept in {{{fedora@digitv-test-acs.sb:/home/fedora/releases}}}. | The subversion repository for BES is at https://doms.svn.sourceforge.net/svnroot/doms/examples/extractor with subdirectories for trunk, tags, and branches. BES is a maven project and after checkout can be built by {{{cd}}}'ing to the directory containing {{{pom.xml}}} and executing {{{mvn -Dmaven.test.skip=true package}}}. Release packages (war-files) are kept in {{{larm@iapetus:/home/larm/releases}}}. |
Line 5: | Line 5: |
The release software is at {{{fedora@digitv-test-acs.sb:/home/fedora/releases/bes-1.0.0.war}}}. Installation requires only that the file be copied as {{{bes.war}}} to an appropriate tomcat container on the target machine. The war-file contains a {{{context.xml}}} which tomcat will deploy to {{{bes.xml}}} under {{{$catalina.home/conf/Catalina/localhost}}}. See [[BESConfiguration]] for configuration details. | The release software is at {{{larm@iapetus:/home/fedora/releases/bes-1.0.0rc2.war}}}. Installation requires only that the file be copied as {{{bes.war}}} to an appropriate tomcat container on the target machine. The war-file contains a {{{context.xml}}} which tomcat will deploy to {{{bes.xml}}} under {{{$catalina.home/conf/Catalina/localhost}}}. See [[BESConfiguration]] for configuration details. |
Release Notes for Broadcast Extraction Service (BES)
The subversion repository for BES is at https://doms.svn.sourceforge.net/svnroot/doms/examples/extractor with subdirectories for trunk, tags, and branches. BES is a maven project and after checkout can be built by cd'ing to the directory containing pom.xml and executing mvn -Dmaven.test.skip=true package. Release packages (war-files) are kept in larm@iapetus:/home/larm/releases.
Version 1.0.0
The release software is at larm@iapetus:/home/fedora/releases/bes-1.0.0rc2.war. Installation requires only that the file be copied as bes.war to an appropriate tomcat container on the target machine. The war-file contains a context.xml which tomcat will deploy to bes.xml under $catalina.home/conf/Catalina/localhost. See BESConfiguration for configuration details.
BES has a number of dependencies:
- vlc: v1.14
- ffmpeg: vSVN-r25305-snapshot
- sox