You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2012/03/05 13:37:00 UTC

svn commit: r807408 - in /websites/staging/lucene/trunk/content: ./ solr/tutorial.html

Author: buildbot
Date: Mon Mar  5 12:36:59 2012
New Revision: 807408

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/solr/tutorial.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar  5 12:36:59 2012
@@ -1 +1 @@
-1297020
+1297033

Modified: websites/staging/lucene/trunk/content/solr/tutorial.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/tutorial.html (original)
+++ websites/staging/lucene/trunk/content/solr/tutorial.html Mon Mar  5 12:36:59 2012
@@ -228,35 +228,32 @@
 
       <div><div class="tutorial">
 
-# Solr Tutorial
-
-##Overview
-
-This document covers the basics of running Solr using an example
-schema, and some sample data.
-
-##Requirements
-
-To follow along with this tutorial, you will need...
-
-- Java 1.6 or greater.  Some places you can get it are from
+<h1 id="solr-tutorial">Solr Tutorial</h1>
+<h2 id="overview">Overview</h2>
+<p>This document covers the basics of running Solr using an example
+schema, and some sample data.</p>
+<h2 id="requirements">Requirements</h2>
+<p>To follow along with this tutorial, you will need...</p>
+<ul>
+<li>
+<p>Java 1.6 or greater.  Some places you can get it are from
 <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Oracle</a>,
 <a href="http://openjdk.java.net/">Open JDK</a>,
 <a href="http://www.ibm.com/developerworks/java/jdk/">IBM</a>, or
 <br/>
 Running <code class="inline">java -version</code> at the command line should indicate a version
-number starting with 1.6.  Gnu's GCJ is not supported and does not work with Solr.
-
-- A <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/">Solr release</a>.
-
-##Getting Started
-*
+number starting with 1.6.  Gnu's GCJ is not supported and does not work with Solr.</p>
+</li>
+<li>
+<p>A <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/">Solr release</a>.</p>
+</li>
+</ul>
+<h2 id="getting-started">Getting Started</h2>
+<p><em>
 Please run the browser showing this tutorial and the Solr server on the same machine so tutorial links will correctly point to your Solr server.
-*
-
-Begin by unziping the Solr release and changing your working directory
-to be the "<code  class="inline">example</code>" directory.  (Note that the base directory name may vary with the version of Solr downloaded.)  For example, with a shell in UNIX, Cygwin, or MacOS:
-
+</em></p>
+<p>Begin by unziping the Solr release and changing your working directory
+to be the "<code  class="inline">example</code>" directory.  (Note that the base directory name may vary with the version of Solr downloaded.)  For example, with a shell in UNIX, Cygwin, or MacOS:</p>
 <div class="cmd">
     user:~solr$ ls
     solr-nightly.zip
@@ -264,11 +261,9 @@ to be the "<code  class="inline">example
     user:~solr$ cd solr-nightly/example/
 </div>
 
-Solr can run in any Java Servlet Container of your choice, but to simplify
-this tutorial, the example index includes a small installation of Jetty.
-
-To launch Jetty with the Solr WAR, and the example configs, just run the <code  class="inline">start.jar</code> ...
-
+<p>Solr can run in any Java Servlet Container of your choice, but to simplify
+this tutorial, the example index includes a small installation of Jetty.</p>
+<p>To launch Jetty with the Solr WAR, and the example configs, just run the <code  class="inline">start.jar</code> ...</p>
 <div class="cmd">
     user:~/solr/example$ java -jar start.jar
     2009-10-23 16:42:53.816::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog