Differences between revisions 1 and 13 (spanning 12 versions)
Revision 1 as of 2011-01-06 09:32:33
Size: 402
Editor: heb
Comment:
Revision 13 as of 2011-01-06 12:12:34
Size: 1173
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
This document describes how to prepare a package ready for deployment in STAGE and PROD. This document describes how to prepare a package ready for release test and later deployment in STAGE and PROD.
Line 6: Line 6:
 1. Create a tag for this release candidate with a command like {{{svn copy https://merkur.statsbiblioteket.dk/svn/doms-wowza-streaming-server-plugin/trunk https://merkur.statsbiblioteket.dk/svn/doms-wowza-streaming-server-plugin/tags/<version>}}}  1. Create a tag for this release candidate with a command like {{{svn copy https://merkur.statsbiblioteket.dk/svn/doms-wowza-streaming-server-plugin/trunk https://merkur.statsbiblioteket.dk/svn/doms-wowza-streaming-server-plugin/tags/DOMS-Wowza-plugin-<version> -m "Release candidate <version>}}}

 1. Checkout tag to temporary location {{{
svn checkout https://merkur.statsbiblioteket.dk/svn/doms-wowza-streaming-server-plugin/tags/DOMS-Wowza-plugin-<version> ~/tmp/wdp_<version>}}}

 1. Create package in folder ''~/tmp/wdp_<version>/target/package''{{{
cd ~/tmp/wdp_<version>
ant clean package}}}

 1. Empty bin folder ''~/tmp/wdp_<version>/target/package/bin'' {{{
rm ~/tmp/wdp_<version>/target/package/bin/*}}}

 1. Zip package {{{
cd ~/tmp/wdp_<version>/target/
mv package DOMS-Wowza-plugin-<version>_install-package
zip -r ~/tmp/DOMS-Wowza-plugin-<version>_install-package.zip DOMS-Wowza-plugin-<version>_install-package}}}

 1. Cleanup {{{
rm -r ~/tmp/wdp_<version>}}}

Packeging instructions for Wowza plugin version 1.0

This document describes how to prepare a package ready for release test and later deployment in STAGE and PROD.

  1. Create a tag for this release candidate with a command like svn copy https://merkur.statsbiblioteket.dk/svn/doms-wowza-streaming-server-plugin/trunk https://merkur.statsbiblioteket.dk/svn/doms-wowza-streaming-server-plugin/tags/DOMS-Wowza-plugin-<version> -m "Release candidate <version>

  2. Checkout tag to temporary location

    svn checkout https://merkur.statsbiblioteket.dk/svn/doms-wowza-streaming-server-plugin/tags/DOMS-Wowza-plugin-<version> ~/tmp/wdp_<version>
  3. Create package in folder ~/tmp/wdp_<version>/target/package

    cd ~/tmp/wdp_<version>
    ant clean package
  4. Empty bin folder ~/tmp/wdp_<version>/target/package/bin

    rm ~/tmp/wdp_<version>/target/package/bin/*
  5. Zip package

    cd ~/tmp/wdp_<version>/target/
    mv package DOMS-Wowza-plugin-<version>_install-package
    zip -r ~/tmp/DOMS-Wowza-plugin-<version>_install-package.zip DOMS-Wowza-plugin-<version>_install-package
  6. Cleanup

    rm -r ~/tmp/wdp_<version>

Packeging instructions for Wowza plugin version 1.0 (last edited 2011-01-10 09:51:21 by heb)