[go: up one dir, main page]

Menu

Tree [r16] /
 History

HTTPS access


File Date Author Commit
 files 2011-02-17 robertfromont [r16]
 help 2011-02-17 robertfromont [r11]
 images 2011-02-17 robertfromont [r15]
 layermanagers 2011-02-17 robertfromont [r5]
 mvc 2011-02-17 robertfromont [r9]
 utilities 2011-02-17 robertfromont [r7]
 README.txt 2011-02-17 robertfromont [r3]
 applet_control.js 2011-02-17 robertfromont [r1]
 applet_install.jsp 2011-02-17 robertfromont [r3]
 applet_install_1.jsp 2011-02-17 robertfromont [r3]
 applet_install_2.jsp 2011-02-17 robertfromont [r3]
 applet_install_2a.jsp 2011-02-17 robertfromont [r3]
 applet_install_4.jsp 2011-02-17 robertfromont [r3]
 applet_install_alljava_jmf.jsp 2011-02-17 robertfromont [r3]
 applet_install_check_praat.jsp 2011-02-17 robertfromont [r3]
 applet_install_end.jsp 2011-02-17 robertfromont [r3]
 applet_install_jmf.jsp 2011-02-17 robertfromont [r3]
 applet_install_jmf_osx.jsp 2011-02-17 robertfromont [r3]
 applet_install_no_praat.jsp 2011-02-17 robertfromont [r3]
 float_button.js 2011-02-17 robertfromont [r3]
 gpl.txt 2011-02-17 robertfromont [r3]
 index.jsp 2011-02-17 robertfromont [r3]
 license.txt 2011-02-17 robertfromont [r3]
 local.css 2011-02-17 robertfromont [r3]
 playinpraat.js 2011-02-17 robertfromont [r3]
 prelude.jsp 2011-02-17 robertfromont [r3]
 show_hide.js 2011-02-17 robertfromont [r3]
 style.css 2011-02-17 robertfromont [r3]
 upgrade.jsp 2011-02-17 robertfromont [r3]

Read Me

--------------------------------------------------
ONZE Miner
--------------------------------------------------

For version information, check version.txt

TO CREATE A CERTIFICATE FOR SIGNING APPLETS:
--------------------------------------------------
i)  Use keytool to create a certificate file e.g.
    keytool -genkeypair -alias onzeminer -keystore WEB-INF/classes/onzeminer.key -storepass password -keypass password
ii) Fill in the keystore, alias, and password details in WEB-INF/classes/key.xml
    so that they're accessible to ant

TO INSTALL IN-SITU AFTER CHECKING OUT SOURCE CODE:
--------------------------------------------------

1. complete steps i)- above
2. cd WEB-INF/classes
3. ant install_webapp

Then use your browser to visit the webapp e.g. http://localhost:8080/miner

TO CREATE AN INSTALLABLE .WAR FILE:
--------------------------------------------------
2. cd WEB-INF/classes
3. ant war

The .WAR file is created in the <tomcat-install>/webapps/dist folder

TO CREATE AN UPGRADE FOR AN EXISTING INSTALL:
--------------------------------------------------
2. cd WEB-INF/classes
3. ant upgrade

A .ZIP file is created in the <tomcat-install>/webapps/upgrade folder, which can
be unzipped over an existing webapp install

Problems/questions? Email onzeminer@fromont.net.nz