You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2011/06/09 06:46:05 UTC

svn commit: r1133653 - /incubator/isis/trunk/src/site/apt/quickstart-app.apt

Author: danhaywood
Date: Thu Jun  9 04:46:05 2011
New Revision: 1133653

URL: http://svn.apache.org/viewvc?rev=1133653&view=rev
Log:
ISIS-99: updated quickstart-app.apt to specify user/password combo to use when running the app

Modified:
    incubator/isis/trunk/src/site/apt/quickstart-app.apt

Modified: incubator/isis/trunk/src/site/apt/quickstart-app.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/src/site/apt/quickstart-app.apt?rev=1133653&r1=1133652&r2=1133653&view=diff
==============================================================================
--- incubator/isis/trunk/src/site/apt/quickstart-app.apt (original)
+++ incubator/isis/trunk/src/site/apt/quickstart-app.apt Thu Jun  9 04:46:05 2011
@@ -147,6 +147,25 @@ mvn clean install
   while for the first time as modules are brought down from the remote
   repo.  
 
+Running the app
+
+  Now that you've built the application, it's time to run it.  This can be done
+  in one of several ways, dependent upon the viewer.
+  
+  Security (authentication) is configurable within Isis, or can be turned on or 
+  off completely.  For some of the viewers you may find it necessary to provide 
+  a username and password; if you are prompted then enter:
+  
+  * username: <sven>
+  
+  * password: <pass>
+  
+  []
+  
+  This corresponds to one of the user/password combinations held in the <passwords> 
+  file (its location varies by viewer; it'll either be in src/main/resources or in
+  WEB-INF directory).
+
 Running the app using the DnD viewer
 
   It's possible to run the application from the command line in a number of ways,