You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/05/10 23:01:04 UTC

[09/11] git commit: [#3854] Update Solr install instructions in README

[#3854] Update Solr install instructions in README

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/b93f82e5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/b93f82e5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/b93f82e5

Branch: refs/heads/master
Commit: b93f82e5b317ada1f9465163537db1e7e6e4e20c
Parents: 0177165
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Tue Apr 30 16:33:08 2013 -0400
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Fri May 10 20:34:01 2013 +0000

----------------------------------------------------------------------
 README.markdown |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/b93f82e5/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 95d46cf..70c2ba4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -101,13 +101,13 @@ The Allura forge consists of several components, all of which need to be running
 We have a custom config ready for use.
 
     (anvil)~$ cd ~/src
-    (anvil)~/src$ wget http://archive.apache.org/dist/lucene/solr/1.4.1/apache-solr-1.4.1.tgz
-    (anvil)~/src$ tar xf apache-solr-1.4.1.tgz
-    (anvil)~/src$ cd apache-solr-1.4.1/example/
-    (anvil)~/src/apache-solr-1.4.1/example/$ mkdir -p ~/src/allura/solr_config/conf
-    (anvil)~/src/apache-solr-1.4.1/example/$ cp solr/conf/solrconfig.xml ~/src/allura/solr_config/conf/
+    (anvil)~/src$ wget -nv http://archive.apache.org/dist/lucene/solr/4.2.1/solr-4.2.1.tgz
+    (anvil)~/src$ tar xf solr-4.2.1.tgz && rm -f solr-4.2.1.tgz
+    (anvil)~/src$ cp -f allura/solr_config/schema.xml solr-4.2.1/example/solr/collection1/conf
+
+    (anvil)~/src$ cd solr-4.2.1/example/
     (anvil)~/src/apache-solr-1.4.1/example/$ mkdir ~/logs/
-    (anvil)~/src/apache-solr-1.4.1/example/$ nohup java -Dsolr.solr.home=$(cd;pwd)/src/allura/solr_config -jar start.jar > ~/logs/solr.log &
+    (anvil)~/src/apache-solr-1.4.1/example/$ nohup java -jar start.jar > ~/logs/solr.log &
 
 
 ### Allura task processing