You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2008/10/06 06:46:05 UTC

svn commit: r701938 - /geronimo/daytrader/branches/2.1/README

Author: kevan
Date: Sun Oct  5 21:46:05 2008
New Revision: 701938

URL: http://svn.apache.org/viewvc?rev=701938&view=rev
Log:
Fix README install instructions...

Modified:
    geronimo/daytrader/branches/2.1/README

Modified: geronimo/daytrader/branches/2.1/README
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1/README?rev=701938&r1=701937&r2=701938&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1/README (original)
+++ geronimo/daytrader/branches/2.1/README Sun Oct  5 21:46:05 2008
@@ -8,19 +8,21 @@
 -----
 To build the dayTrader EAR, you need to have Maven 2.0.5 or later installed.   This can be found at http://maven.apache.org.  Once installed you can build DayTrader by executing the following command from the dayTrader root directory (the directory containing this README).:
 
-        mvn install
-
-This should build the daytrader-ear-2.2-SNAPSHOT.ear in the modules/ear/target directory.
-
-This will also build the daytrader-jms, daytrader-derby-datasource, daytrader-jetty and daytrader-tomcat plugins.
+        mvn clean install
 
+This will build the daytrader-jms, daytrader-derby-datasource, daytrader-jetty and daytrader-tomcat plugins.
 
 INSTALL
 --------
 
-After building daytrader, you can go to admin console to install the daytrader-jms, daytrader-derby-datasource, daytrader-jetty or daytrader-tomcat as plugins.   
+After building daytrader, you can go to admin console to install the daytrader-jetty or daytrader-tomcat plugin. Alternatively, you can install them via the "deploy install-plugin" command, for example:
+
+gsh deploy/list-plugins -u system -w manager -r file:/<your-local-maven-repo> org.apache.geronimo.daytrader/daytrader-tomcat/2.1-SNAPSHOT/car
+
+For app clients, you'll have to install them using deploy install-plugin commands for now, before we publish the app client plugins on a public repo, for example: 
 
-Setup Databases:
+./gsh deploy/install-plugin -u system -w manager $DAYTRADER_HOME/daytrader-tomcat/target/daytrader-ws-client-2.1-SNAPSHOT.car
+./gsh deploy/install-plugin -u system -w manager $DAYTRADER_HOME/daytrader-tomcat/target/daytrader-streamer-client-2.1.car 
 
 You will need to create the database and populate the initial data into the database.  Make sure Geronimo is started and the GERONIMO_HOME environment variable is defined.