You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2005/09/28 10:24:22 UTC

svn commit: r292144 - in /cocoon/whiteboard/example-apps/bricks-cms: ./ README.TXT STATUS.TXT

Author: bdelacretaz
Date: Wed Sep 28 01:24:17 2005
New Revision: 292144

URL: http://svn.apache.org/viewcvs?rev=292144&view=rev
Log:
Testing instructions added

Modified:
    cocoon/whiteboard/example-apps/bricks-cms/   (props changed)
    cocoon/whiteboard/example-apps/bricks-cms/README.TXT
    cocoon/whiteboard/example-apps/bricks-cms/STATUS.TXT

Propchange: cocoon/whiteboard/example-apps/bricks-cms/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Sep 28 01:24:17 2005
@@ -2,3 +2,4 @@
 .classpath
 .project
 local.user.properties
+derby-database

Modified: cocoon/whiteboard/example-apps/bricks-cms/README.TXT
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/example-apps/bricks-cms/README.TXT?rev=292144&r1=292143&r2=292144&view=diff
==============================================================================
--- cocoon/whiteboard/example-apps/bricks-cms/README.TXT (original)
+++ cocoon/whiteboard/example-apps/bricks-cms/README.TXT Wed Sep 28 01:24:17 2005
@@ -97,6 +97,30 @@
 customize how the app is run (port, etc.).
 
 
+TESTING
+The current code can be tested as follows:
+
+-Start with "ant run" as explained above
+
+-Navigate to http://localhost:8888/
+
+-Follow the links to the the main bricks-cms application and to
+ the document editor (http://localhost:8888/bricks-cms/admin/document-editor/)
+
+-From that page, create a document and note its ID
+
+-Go back to the document editor page and try to edit and view the document.
+ To do this you'll need to add the ID of the document that you created
+ to the supplied URLs, for example edit/1234 and view/1234.
+
+That's it for now, the application doesn't do more at this time.
+
+But this tests the whole application skeleton, build system, database, etc.
+
+There are some test links at http://localhost:8888/bricks-cms/test/, which
+can help diagnose problems.  
+
+
 TIPS AND TRICKS:
 Use rsync -r src/cocoon/webapp/* build/cocoon/webapp/ to update the 
 running webapp without having to restart it. 

Modified: cocoon/whiteboard/example-apps/bricks-cms/STATUS.TXT
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/example-apps/bricks-cms/STATUS.TXT?rev=292144&r1=292143&r2=292144&view=diff
==============================================================================
--- cocoon/whiteboard/example-apps/bricks-cms/STATUS.TXT (original)
+++ cocoon/whiteboard/example-apps/bricks-cms/STATUS.TXT Wed Sep 28 01:24:17 2005
@@ -10,9 +10,4 @@
 
 Documents are stored in an embedded Derby relational database.
 
-See README.TXT for how to start and test the application.
-
-
-HOW TO TEST
--Start the application as described in README.TXT
--TODO add more info...
+See README.TXT for how to start and test the application.
\ No newline at end of file