[jboss-cvs] jboss-seam/examples/wiki ...

Christian Bauer christian at hibernate.org
Sun Oct 14 07:06:43 EDT 2007


  User: cbauer  
  Date: 07/10/14 07:06:43

  Modified:    examples/wiki  README.txt
  Log:
  Added [<=endTeaser] macro, JBSEAM-2102
  
  Revision  Changes    Path
  1.15      +4 -1      jboss-seam/examples/wiki/README.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/README.txt,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- README.txt	26 Sep 2007 09:37:10 -0000	1.14
  +++ README.txt	14 Oct 2007 11:06:43 -0000	1.15
  @@ -45,13 +45,16 @@
   
   - Deploy the SQL schema generated in dist/wiki-ddl.sql on your MySQL database
   
  +- Customize the SQL default data in dist/wiki-data.sql before you apply it (especially the baseUrl setting)
  +
   - Deploy the SQL data generated in dist/wiki-data.sql on your MySQL database
   
   - Copy the file dist/wiki-ds.xml to server/default/deploy/ directory and edit your MySQL connection settings
   
   - Deploy the dist/wiki.war file by copying it into the server/default/deploy/ directory
   
  -- Start (if you haven't done so already) JBoss AS and access http://localhost:8080/wiki/
  +- Start (if you haven't done so already) JBoss AS and access http://localhost:8080/wiki (or the
  +  baseUrl you specified on data import)
   
   
   NOTE: The lucene index directory is named "lacewikiIndex" and located in the current directory. This
  
  
  



More information about the jboss-cvs-commits mailing list