Differences between revisions 6 and 15 (spanning 9 versions)
Revision 6 as of 2009-01-30 13:57:09
Size: 2342
Editor: pko
Comment:
Revision 15 as of 2009-02-16 13:11:56
Size: 2003
Editor: jrg
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
---- /!\ '''Edit conflict - other version:''' ----
 * 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.

---- /!\ '''Edit conflict - your version:''' ----
 * Under IDEA, open Ant-build , run the 'release'-target. This creates a minidoms.tar.gz, most likely under {{{ DOMS/legacy/minidoms/dist/ }}}
 * Under IDEA, open Ant-build , run the 'release'-target (for minidoms). This creates a minidoms.tar.gz, most likely under {{{ DOMS/legacy/minidoms/dist/ }}}
Line 18: Line 9:
 * test for the presence of mySQL on your machine (This can be done simply using the {{{ mysql }}} command. Leave mySQL using {{{ \q }}}) - if mySQL is not present, install mySQL.
Line 19: Line 11:
 * Make sure the variables JAVA_HOME and JRE_HOME are defined in your {{{~/.profile}}} (point them both to {{{$JDK_HOME}}})
 * Do a {{{source ~/.profile}}}
 * iIn {{{miniDOMS/installed/fedora_install}}} do a {{{export FEDORA_HOME=$PWD}}}
 * In {{{miniDOMS/install_tool}}} do a {{{./minidoms_install.sh}}}
Then
Line 20: Line 17:
miniDOMS/installed$ pwd
miniDOMS/installed
miniDOMS/installed$ cd ..
miniDOMS/$ cd install_tool
miniDOMS/install_tool$ cd config
miniDOMS/install_tool$ gedit conf
}}}
 * test for the presence of mySQL on your machine (TODO: HOW?) - if mySQL is not present, install mySQL.
Line 29: Line 18:
---- /!\ '''End of edit conflict''' ----
 * 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'
thus
{{{
miniDOMS/install_tool$ cd bin
miniDOMS/install_tool$ ./install.sh
miniDOMS/install_tool$ cd ..
miniDOMS/$ cd installed

miniDOMS/installed$ cd tomcat/bin/
miniDOMS/installed/tomcat/bin$./startup.sh
miniDOMS/installed/tomcat/bin$ cd ..
miniDOMS/installed/tomcat$ cd ..
Line 44: Line 26:
miniDOMS/installed$ ./bin/startup.sh miniDOMS/installed$ cd tomcat/bin/
miniDOMS/installed/tomcat/bin$ ./shutdown.sh
miniDOMS/installed/tomcat/bin$ ./startup.sh
miniDOMS/installed/tomcat/bin$ cd ..
miniDOMS/installed/tomcat cd logs/
miniDOMS/installed/tomcat/logs$ less catalina.out
miniDOMS/installed/tomcat/logs$ cd ../bin/
miniDOMS/installed/tomcat/bin$ less setenv.sh
miniDOMS/installed/tomcat/bin$ ./shutdown.sh
miniDOMS/installed/tomcat/bin$ ./startup.sh

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 (for minidoms). 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.  miniDOMS/install_tool  )

  • Create the dir where you intend to have the miniDOMS end up. (eg.  miniDOMS/installed/  - this is your target dir

  • test for the presence of mySQL on your machine (This can be done simply using the  mysql  command. Leave mySQL using  \q ) - if mySQL is not present, install mySQL.

  • 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').
  • Make sure the variables JAVA_HOME and JRE_HOME are defined in your ~/.profile (point them both to $JDK_HOME)

  • Do a source ~/.profile

  • iIn miniDOMS/installed/fedora_install do a export FEDORA_HOME=$PWD

  • In miniDOMS/install_tool do a ./minidoms_install.sh

Then

miniDOMS/installed$ cd tomcat/bin/
miniDOMS/installed/tomcat/bin$./startup.sh
miniDOMS/installed/tomcat/bin$ cd ..
miniDOMS/installed/tomcat$ cd ..
miniDOMS/installed$ cd fedora_install
miniDOMS/installed/fedora_install$ export FEDORA_HOME=$PWD
miniDOMS/installed/fedora_install$ cd ..
miniDOMS/installed$ cd tomcat/bin/
miniDOMS/installed/tomcat/bin$ ./shutdown.sh
miniDOMS/installed/tomcat/bin$ ./startup.sh
miniDOMS/installed/tomcat/bin$ cd ..
miniDOMS/installed/tomcat cd logs/
miniDOMS/installed/tomcat/logs$ less catalina.out
miniDOMS/installed/tomcat/logs$ cd ../bin/
miniDOMS/installed/tomcat/bin$ less setenv.sh
miniDOMS/installed/tomcat/bin$ ./shutdown.sh
miniDOMS/installed/tomcat/bin$ ./startup.sh

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