Differences between revisions 1 and 2
Revision 1 as of 2011-01-04 14:41:49
Size: 868
Editor: csr
Comment:
Revision 2 as of 2011-01-04 14:43:28
Size: 914
Editor: csr
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 {{{fedora@digitv-test-acs.sb:/home/fedora/releases}}}.
Line 7: 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}}}.
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.

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 fedora@digitv-test-acs.sb:/home/fedora/releases.

Version 1.0.0

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.

BESReleaseNotes (last edited 2011-01-10 13:13:08 by csr)