You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by da...@locus.apache.org on 2000/11/03 03:35:56 UTC

cvs commit: jakarta-velocity/examples/forumdemo README.txt

daveb       00/11/02 18:35:56

  Added:       examples/forumdemo README.txt
  Log:
  Initial add.
  
  Revision  Changes    Path
  1.1                  jakarta-velocity/examples/forumdemo/README.txt
  
  Index: README.txt
  ===================================================================
  This demo has been tested on Tomcat 3.1.
  
  To Install:
  
  1. Build the demo by running ./build-velocity.sh builddemo
  
  2. Drop the WAR (forumdemo.war) made in the Velocity bin into your Tomcat webapps directory.
  
  3. Start Tomcat ( this will expand the forumdemo.war )
  
  4. Stop Tomcat and edit the velocity.properties file located in the forumdemo/WEB-INF/conf
     directory.
  
  5. Restart Tomcat and point your browser to http://yourhost.com/forumdemo 
  
  
  -- Have Fun --