User Tools

Site Tools


beewm:devel:releases

Release 0.1.1

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

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
beewm/devel/releases.txt ยท Last modified: 2013/10/17 17:34 by epujadas