You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by ks...@apache.org on 2002/02/01 20:29:04 UTC

cvs commit: xml-xindice/docs INSTALL

kstaken     02/02/01 11:29:03

  Modified:    .        build.xml
               docs     INSTALL
  Log:
  Minor doc tweaks for install
  
  Revision  Changes    Path
  1.4       +2 -2      xml-xindice/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	31 Jan 2002 04:55:40 -0000	1.3
  +++ build.xml	1 Feb 2002 19:29:03 -0000	1.4
  @@ -14,7 +14,7 @@
        cd xml-xindice ; bin/ant
   
   
  -   $Id: build.xml,v 1.3 2002/01/31 04:55:40 kstaken Exp $
  +   $Id: build.xml,v 1.4 2002/02/01 19:29:03 kstaken Exp $
   
   -->
   
  @@ -54,7 +54,7 @@
     
     <target name="init">
       <tstamp/>
  -    <property name="name" value="Xindice"/>
  +    <property name="name" value="xml-xindice"/>
       <property name="version" value="1.0rc1"/>
   
       <property name="distrib.name" value="${name}-${version}"/>
  
  
  
  1.4       +19 -11    xml-xindice/docs/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/xml-xindice/docs/INSTALL,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- INSTALL	23 Jan 2002 12:00:50 -0000	1.3
  +++ INSTALL	1 Feb 2002 19:29:03 -0000	1.4
  @@ -21,16 +21,20 @@
      the Xindice distribution. For instance if you extracted to /usr/local then you
      would set XINDICE_HOME=/usr/local/Xindice
   
  -3. Start the Xindice server.
  +3. Add the $XINDICE_HOME/bin directory to your PATH environment variable. This 
  +    will enable you to run the xindice and xindiceadmin command line tools without 
  +    specifying the full path.
  +
  +4. Start the Xindice server.
   
      Type:
         cd $XINDICE_HOME
         ./start
   
  -4. The Xindice server should now be running on and can be accessed through
  -   a web browser at http://localhost:4080/ or at gopher://localhost:4070
  +5. The Xindice server should now be running on and can be accessed through
  +   a web browser at http://localhost:4080/
   
  -5. Create a collection to test your installation and prepare it for 
  +6. Create a collection to test your installation and prepare it for 
      running the examples.
      
      Type:
  @@ -42,7 +46,7 @@
               
      This just created a collection named "addressbook" in the default database instance.
      
  -6. Skip to the what can I do with it section below.
  +7. Skip to the what can I do with it section below.
   
   
   How to build: (Use this process only if you want to build the server from source)
  @@ -60,26 +64,30 @@
      the Xindice distribution. For instance if you extracted to /usr/local then you
      would set XINDICE_HOME=/usr/local/Xindice
   
  -4. You are now prepared to build.
  +4. Add the $XINDICE_HOME/bin directory to your PATH environment variable. This 
  +    will enable you to run the xindice and xindiceadmin command line tools without 
  +    specifying the full path.
  +
  +5. You are now prepared to build.
   
      Type:
         cd $XINDICE_HOME
         ant
   
  -5. Build the javadoc documentation (optional)
  +6. Build the javadoc documentation (optional)
   
      Type
         ant javadoc
   
  -6. Start the Xindice server.
  +7. Start the Xindice server.
   
      Type:
         cd $XINDICE_HOME
         ./start
   
  -7. The Xindice server should now be running.
  +8. The Xindice server should now be running.
   
  -8. Create a collection to test your installation and prepare it for 
  +9. Create a collection to test your installation and prepare it for 
      running the examples.
      
      Type:
  @@ -91,7 +99,7 @@
               
      This just created a collection named "addressbook" in the default database instance.
      
  -9. Skip to the what can I do with it section below.
  +10. Skip to the what can I do with it section below.
   
   What can I do with it: