You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/05/08 00:29:19 UTC

[45/50] [abbrv] 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/46f36391
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/46f36391
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/46f36391

Branch: refs/heads/tv/4321
Commit: 46f36391962f8b8f0828f1ce9ca60c11e26010d9
Parents: dd2acbb
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Tue Apr 30 16:33:08 2013 -0400
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Tue May 7 18:26:54 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/46f36391/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