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 3BDCF10740 for ; Tue, 22 Oct 2013 21:56:02 +0000 (UTC) Received: (qmail 40741 invoked by uid 500); 22 Oct 2013 21:51:44 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 40457 invoked by uid 500); 22 Oct 2013 21:50:57 -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 39775 invoked by uid 99); 22 Oct 2013 21:50:15 -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, 22 Oct 2013 21:50:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BFD02545D0; Tue, 22 Oct 2013 21:50:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: johnsca@apache.org To: allura-commits@incubator.apache.org Date: Tue, 22 Oct 2013 21:50:26 -0000 Message-Id: <0407a9ed5b5148bfadad54d66027409f@git.apache.org> In-Reply-To: <809339d8db6e4b33ad655f9f6d757d71@git.apache.org> References: <809339d8db6e4b33ad655f9f6d757d71@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [16/50] git commit: Update INSTALL to reference other ways of installing (vagrant, non-ubuntu, release tarball) Update INSTALL to reference other ways of installing (vagrant, non-ubuntu, release tarball) Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/c4bec6ff Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/c4bec6ff Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/c4bec6ff Branch: refs/heads/cj/6422 Commit: c4bec6ff0229ec91b9265b1be1a2ac94796c062c Parents: edb3180 Author: Dave Brondsema Authored: Tue Oct 15 18:30:08 2013 +0000 Committer: Dave Brondsema Committed: Tue Oct 15 18:41:10 2013 +0000 ---------------------------------------------------------------------- INSTALL.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/c4bec6ff/INSTALL.markdown ---------------------------------------------------------------------- diff --git a/INSTALL.markdown b/INSTALL.markdown index 9869152..ed3698f 100644 --- a/INSTALL.markdown +++ b/INSTALL.markdown @@ -19,7 +19,9 @@ # Sandbox Creation -We'll use [VirtualBox](http://www.virtualbox.org) and [Ubuntu 12.04](http://ubuntu.com) (11.10 works too) to create a disposable sandbox for Allura development/testing. +For a faster setup with a pre-packaged machine image, see [Install and Run Allura - Vagrant](https://forge-allura.apache.org/p/allura/wiki/Install%20and%20Run%20Allura%20-%20Vagrant/) instead. + +In these instructions, we'll use [VirtualBox](http://www.virtualbox.org) and [Ubuntu 12.04](http://ubuntu.com) (11.10 works too) to create a disposable sandbox for Allura development/testing. Allura should work on other Linux systems (including OSX), but setting up all the dependencies will be different. * Download and install [VirtualBox](http://www.virtualbox.org/wiki/Downloads) for your platform. @@ -68,12 +70,14 @@ You'll need to do this whenever you're working on the Allura codebase so you may ## Installing the Allura code and dependencies -Now we can get down to actually getting the Allura code and dependencies downloaded and ready to go. +Now we can get down to actually getting the Allura code and dependencies downloaded and ready to go. If you don't have the source code yet, run: (env-allura)~$ mkdir src (env-allura)~$ cd src (env-allura)~/src$ git clone https://git-wip-us.apache.org/repos/asf/incubator-allura.git allura +If you already reading this file from an Allura release or checkout, you're ready to continue. + Although the application setup.py files define a number of dependencies, the `requirements.txt` files are currently the authoritative source, so we'll use those with `pip` to make sure the correct versions are installed. (env-allura)~/src$ cd allura