Author: jasha
Date: Mon Oct 1 15:22:05 2012
New Revision: 1392386
URL: http://svn.apache.org/viewvc?rev=1392386&view=rev
Log:
RAVE-803 update readme to use cargo:run instead of cargo:start
Modified:
rave/trunk/README.txt
Modified: rave/trunk/README.txt
URL:
http://svn.apache.org/viewvc/rave/trunk/README.txt?rev=1392386&r1=1392385&r2=1392386&view=diff
==============================================================================
--- rave/trunk/README.txt (original)
+++ rave/trunk/README.txt Mon Oct 1 15:22:05 2012
@@ -61,9 +61,9 @@ To build from source code:
To run a local Tomcat instance with rave-shindig and rave-portal deployed:
- from the top-level rave directory, use the command
- $mvn cargo:start -f rave-portal/pom.xml
+ $mvn cargo:run -f rave-portal/pom.xml
- alternatively, navigate to the rave-portal subdirectory and invoke:
- $mvn cargo:start
+ $mvn cargo:run
- open url http://localhost:8080/ in a browser
- press Ctrl-C in the console to stop Tomcat again
--------------------------------------------------------------------------------