summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2013-06-06 10:25:04 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2013-06-06 10:25:04 -0600
commitf3a9002aed0dd468043bbdd3cf677bad7c723dd9 (patch)
tree16738565b0e214d08f96cabe941e0d474667cfd5
parent2ba74c3eec00acd90f6ac125bf06a341c60da174 (diff)
downloadaskbot-f3a9002aed0dd468043bbdd3cf677bad7c723dd9.tar.gz
askbot-f3a9002aed0dd468043bbdd3cf677bad7c723dd9.tar.bz2
askbot-f3a9002aed0dd468043bbdd3cf677bad7c723dd9.zip
fixed paths in documentation
-rw-r--r--askbot/doc/source/solr.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/askbot/doc/source/solr.rst b/askbot/doc/source/solr.rst
index 0695b110..12ab22f7 100644
--- a/askbot/doc/source/solr.rst
+++ b/askbot/doc/source/solr.rst
@@ -21,7 +21,7 @@ We need to download Apache Solr from the `official site <http://lucene.apache.or
Then we decompress it::
- tar -xzf solr-3.6.2.tgz
+ tar -xzf apache-solr-3.6.2.tgz
Setting up Tomcat
=================
@@ -52,7 +52,7 @@ Extract the solr tar archive from the previous download::
tar -xzf solr-4.3.0.tgz
-Copy the example/ directory from the source to /opt/solr/. Open the file /opt/solr/example/conf/solrconfig.xml
+Copy the example/ directory from the source to /opt/solr/. Open the file /opt/solr/example/solr/conf/solrconfig.xml
and Modify the dataDir parameter as::
<dataDir>${solr.data.dir:/opt/solr/example/solr/data}</dataDir>
@@ -153,7 +153,7 @@ For each language that you want to support you will need to add a solr core like
http://127.0.0.1:8080/solr/admin/cores?action=CREATE&name=core-<language_code>&instanceDir=.&config=solrconfig.xml&schema=schema-<language_code>.xml&dataDir=data
-For more information on how to handle Solr cores visit `the oficial Solr documetation wiki. <http://wiki.apache.org/solr/CoreAdmin>`_
+For more information on how to handle Solr cores visit `the oficial Solr documetation wiki. <http://wiki.apache.org/solr/CoreAdmin>`_
Build the index according to language
-------------------------------------