Differences between revisions 4 and 5
Revision 4 as of 2009-01-30 12:49:26
Size: 955
Editor: pko
Comment:
Revision 5 as of 2009-01-30 13:46:44
Size: 1017
Editor: pko
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * Open Ant-build , run the 'release'-target. This creates a minidoms.tar.gz, most likely under /DOMS/legacy/minidoms/dist/
 * unpack this file somewhere, not necessarily in the directory where you intend for the miniDOMS to end up.
 * Under IDEA, open Ant-build , run the 'release'-target. This creates a minidoms.tar.gz, most likely under {{{ DOMS/legacy/minidoms/dist/ }}}
 * unpack this file somewhere, not in the directory where you intend for the miniDOMS to end up.
(eg. {{{ DOMS/legacy/minidoms/dist/install_tool }}} )

To install miniDOMS locally, several steps need to be taken.

We assume you have the files and access them through IDEA.

  • Under IDEA, open Ant-build , run the 'release'-target. This creates a minidoms.tar.gz, most likely under  DOMS/legacy/minidoms/dist/ 

  • unpack this file somewhere, not in the directory where you intend for the miniDOMS to end up.

(eg.  DOMS/legacy/minidoms/dist/install_tool  )

  • Create the dir where you intend to have the miniDOMS end up.
  • Within the dir where you unpacked the .gz file, in the 'config' dir, find the 'conf' file. Change the INSTALL_HOME to your target dir (can be found using 'pwd').
  • test for the presence of mySQL on your machine - if mySQL is not present, install mySQL.
  • move into your unpacking dir - enter 'bin'.
  • run the install script - simply type './install.sh'
  • In the target dir, move to 'fedore_install/'
  • 'export FEDORA_HOME=$PWD'
  • target dir: './bin/startup.sh'
  • test with 'http://localhost:7900/fedora/search'

DDAReleaseTestInstallMini (last edited 2010-03-17 13:12:53 by localhost)