You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/01/19 08:02:31 UTC

cvs commit: xml-forrest/src/resources/forrestbot/scripts README.txt

jefft       2003/01/18 23:02:30

  Modified:    src/resources/forrestbot/scripts README.txt
  Log:
  Update README
  
  Revision  Changes    Path
  1.5       +4 -1      xml-forrest/src/resources/forrestbot/scripts/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/scripts/README.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- README.txt	19 Jan 2003 05:22:42 -0000	1.4
  +++ README.txt	19 Jan 2003 07:02:30 -0000	1.5
  @@ -13,6 +13,7 @@
   refresh_all              # Convenience wrapper for 'refresh' which regens all sites. Suitable for cron use
   local-vars               # Script defining local variables, with defaults. Frontend to local-vars-`uname -n`
   local-vars-`uname -n`    # Script containing local variable definitions. MUST BE DEFINED FOR YOUR SITE
  +local-vars-sample        # Template local-vars-`uname -n` file, containing explanations of the variables
   publish_livesite         # WIP script to commit files to the Apache xml-site/targets/forrest module
   work/                    # Runtime-generated directory containing forrestbot files
   
  @@ -47,5 +48,7 @@
   2) Run the 'launch-overseer' command.  The 'refresh' button in the webapp
   should now trigger a regen of the selected site.
   
  +Note: You can customize the usernames/passwords in
  +../webapp/WEB-INF/users.properties
   
   --Jeff