====== Release 0.1.1 ====== **Date**: 7th October 2013\\ **Release URL**: http://sourceforge.net/p/screeningbee/code/HEAD/tree/tags/0.1.1/\\ **Trunk URL**: http://sourceforge.net/p/screeningbee/code/HEAD/tree/trunk/\\ **Last Changed Revision**: 488\\ ===== Deployment ===== * Place the built tar.gz file (from Hudson, for example) into the bee home. /home/openbis/stageprod/bee/bee-0.1.1.tar.gz * Extract the file. E.g.: ~/stageprod/bee> tar -zxvf bee-0.1.1.tar.gz * Point the ''current'' symlink to the new created directory. E.g.: ~/stageprod/bee> rm current ~/stageprod/bee> ln -s bee-0.1.1 current * Check out the configuration files from the SVN configurations directory. E.g ~/stageprod/bee/current/config> svn co https://systemsx02.ethz.ch/svn/iBrain/configurations/hcs_biozentrum_stageprod/bee/ . * Start the daemon: ~/stage/bee/current> ~/stage/bee/current/bee.sh start ====== Release 0.2.0 ====== **Date**: 17th October 2013\\ **Release URL**: http://sourceforge.net/p/screeningbee/code/HEAD/tree/tags/0.2.0/\\ **Trunk URL**: http://sourceforge.net/p/screeningbee/code/HEAD/tree/trunk/\\ **Last Changed Revision**: 517\\ ===== Deployment ===== * Place the built tar.gz file (from Hudson, for example) into the bee home. /home/openbis/prod/bee/bee-0.2.0.tar.gz * Extract the file. E.g.: ~/prod/bee> tar -zxvf bee-0.2.0.tar.gz * Point the ''current'' symlink to the new created directory. E.g.: ~/prod/bee> rm current ~/prod/bee> ln -s bee-0.2.0 current * Check out the configuration files from the SVN configurations directory. E.g ~/prod/bee/current/etc> svn co https://systemsx02.ethz.ch/svn/iBrain/configurations/hcs_biozentrum/bee/ . * Make the start shell script executable ~/prod/bee/current> chmod +x bee.sh * Start the daemon: ~/prod/bee/current> ./bee.sh start