You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2011/07/13 11:06:35 UTC

svn commit: r1145918 - in /incubator/rave/site/trunk/content/rave: ide-settings-and-debugging.mdtext installing/ source.mdtext

Author: jasha
Date: Wed Jul 13 09:06:34 2011
New Revision: 1145918

URL: http://svn.apache.org/viewvc?rev=1145918&view=rev
Log:
RAVE-98 moved installing to documentation, add info about anonymous svn access

Removed:
    incubator/rave/site/trunk/content/rave/installing/
Modified:
    incubator/rave/site/trunk/content/rave/ide-settings-and-debugging.mdtext
    incubator/rave/site/trunk/content/rave/source.mdtext

Modified: incubator/rave/site/trunk/content/rave/ide-settings-and-debugging.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/ide-settings-and-debugging.mdtext?rev=1145918&r1=1145917&r2=1145918&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/ide-settings-and-debugging.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/ide-settings-and-debugging.mdtext Wed Jul 13 09:06:34 2011
@@ -23,7 +23,8 @@ Notice:    Licensed to the Apache Softwa
   * Install [Subclipse][3]
   * File -> Import -> Maven -> Check Out maven project from SCM
     * select SVN
-    * URL is https://svn.apache.org/repos/asf/incubator/rave/trunk
+    * URL for anonymous access is http://svn.apache.org/repos/asf/incubator/rave/trunk
+    * URL for developer access is https://svn.apache.org/repos/asf/incubator/rave/trunk
   * Ensure rave-portal is building without errors
     * you may need to update dependencies first
   * With m2eclipse you can configure it to automatically resolve

Modified: incubator/rave/site/trunk/content/rave/source.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/source.mdtext?rev=1145918&r1=1145917&r2=1145918&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/source.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/source.mdtext Wed Jul 13 09:06:34 2011
@@ -21,6 +21,12 @@ repository][2] in your web browser.
 
 ## Getting the source code
 
+### Anonymous access
+
+    svn co http://svn.apache.org/repos/asf/incubator/rave/trunk rave
+
+### Developer access
+
     svn co https://svn.apache.org/repos/asf/incubator/rave/trunk rave
 
 ## Building and Running
@@ -49,7 +55,7 @@ After check out, cd into rave-master-pom
 
 To build the Rave project invoke maven from the project root directory:
 
-    mvn install
+    $mvn install
 
 ### Deploying and Running on Tomcat
 
@@ -57,7 +63,7 @@ To run a local Tomcat instance with rave
 
   - navigate to the rave-portal subdirectory and invoke:
   
-    $mvn cargo:start
+    `$mvn cargo:start`
  
   - open url http://localhost:8080/portal in a browser
   - press Ctrl-C in the console to stop Tomcat again
@@ -77,4 +83,4 @@ Once the server is running:
 [1]: http://subversion.apache.org
 [2]: http://svn.apache.org/viewvc/incubator/rave/
 [3]: http://maven.apache.org/download.html
-[4]: http://maven.apache.org/download.html#Installation
+[4]: http://maven.apache.org/download.html#Installation
\ No newline at end of file