Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 71EE6FF5A for ; Tue, 7 May 2013 22:28:37 +0000 (UTC) Received: (qmail 56275 invoked by uid 500); 7 May 2013 22:28:37 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 56220 invoked by uid 500); 7 May 2013 22:28:37 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 55506 invoked by uid 99); 7 May 2013 22:28:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 22:28:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 880248890F9; Tue, 7 May 2013 22:28:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tvansteenburgh@apache.org To: allura-commits@incubator.apache.org Date: Tue, 07 May 2013 22:29:19 -0000 Message-Id: In-Reply-To: <14c06de5421145688dd338d89854bcd0@git.apache.org> References: <14c06de5421145688dd338d89854bcd0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 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 Authored: Tue Apr 30 16:33:08 2013 -0400 Committer: Tim Van Steenburgh 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