You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2014/02/25 05:18:28 UTC

[2/3] git commit: [#7214] Emphasize installing all tools rather than one at a time

[#7214] Emphasize installing all tools rather than one at a time


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

Branch: refs/heads/db/7214
Commit: 38270879308c03d03ab970cd8a319042a22cadef
Parents: 08d9df2
Author: Dave Brondsema <da...@brondsema.net>
Authored: Mon Feb 24 15:46:32 2014 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Mon Feb 24 23:18:04 2014 -0500

----------------------------------------------------------------------
 INSTALL.markdown | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/38270879/INSTALL.markdown
----------------------------------------------------------------------
diff --git a/INSTALL.markdown b/INSTALL.markdown
index cce192e..da90e4e 100644
--- a/INSTALL.markdown
+++ b/INSTALL.markdown
@@ -87,8 +87,7 @@ Optional, for SVN support: symlink the system pysvn package into our virtual env
 
     (env-allura)~/src/allura$ ln -s /usr/lib/python2.7/dist-packages/pysvn ~/env-allura/lib/python2.7/site-packages/
 
-And now to setup the Allura applications for development.  If you want to setup all of them, run `./rebuild-all.bash`
-If you only want to use a few tools, run:
+Next, run `./rebuild-all.bash` to setup all the Allura applications.  If you only want to use a few tools, run:
 
     cd Allura
     python setup.py develop