Return-Path: X-Original-To: apmail-allura-commits-archive@www.apache.org Delivered-To: apmail-allura-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7381C18D98 for ; Mon, 18 Jan 2016 15:33:39 +0000 (UTC) Received: (qmail 41079 invoked by uid 500); 18 Jan 2016 15:33:39 -0000 Delivered-To: apmail-allura-commits-archive@allura.apache.org Received: (qmail 41043 invoked by uid 500); 18 Jan 2016 15:33:39 -0000 Mailing-List: contact commits-help@allura.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@allura.apache.org Delivered-To: mailing list commits@allura.apache.org Received: (qmail 41023 invoked by uid 99); 18 Jan 2016 15:33:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2016 15:33:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2FA9DE0484; Mon, 18 Jan 2016 15:33:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: heiths@apache.org To: commits@allura.apache.org Date: Mon, 18 Jan 2016 15:33:40 -0000 Message-Id: <992f12c0bee844019cea4366d9b8a97c@git.apache.org> In-Reply-To: <722998c33a4140e8b2f31079e3fb7724@git.apache.org> References: <722998c33a4140e8b2f31079e3fb7724@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] allura git commit: [#8038] update to latest mongo [#8038] update to latest mongo Project: http://git-wip-us.apache.org/repos/asf/allura/repo Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/26799a11 Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/26799a11 Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/26799a11 Branch: refs/heads/master Commit: 26799a11bbad85e2b5f3db84ff9f5208012d7e65 Parents: 4d016ae Author: Dave Brondsema Authored: Tue Jan 12 10:37:49 2016 -0500 Committer: Heith Seewald Committed: Mon Jan 18 10:16:15 2016 -0500 ---------------------------------------------------------------------- Allura/docs/getting_started/installation.rst | 2 +- docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/allura/blob/26799a11/Allura/docs/getting_started/installation.rst ---------------------------------------------------------------------- diff --git a/Allura/docs/getting_started/installation.rst b/Allura/docs/getting_started/installation.rst index c0a53db..987f99e 100644 --- a/Allura/docs/getting_started/installation.rst +++ b/Allura/docs/getting_started/installation.rst @@ -53,7 +53,7 @@ Before we begin, you'll need to install some system packages. ~$ sudo aptitude install git-core default-jre-headless python-dev libssl-dev libldap2-dev libsasl2-dev libjpeg8-dev zlib1g-dev -To install MongoDB, follow the instructions `here `_. +To install MongoDB, follow the instructions `here `_. Optional, for SVN support: http://git-wip-us.apache.org/repos/asf/allura/blob/26799a11/docker-compose.yml ---------------------------------------------------------------------- diff --git a/docker-compose.yml b/docker-compose.yml index 02fa2e4..af2decb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -51,12 +51,12 @@ solr: - /allura-data/solr:/opt/solr/server/solr/allura/data mongo: - image: mongo:2.6 + image: mongo:3.2 ports: - "27017:27017" volumes: - /allura-data/mongo:/data/db - command: mongod --smallfiles + command: mongod --storageEngine wiredTiger outmail: image: allura_web