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 2016/11/16 21:42:42 UTC

[3/3] allura git commit: Make this section show the recommended command more prominently, and alternate in a note

Make this section show the recommended command more prominently, and alternate in a note


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

Branch: refs/heads/db/install_py27
Commit: 6945bbdc908c0ee0ce9bba0381a84f39961f5a4e
Parents: ba64bf4
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Nov 16 16:31:26 2016 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Nov 16 16:31:26 2016 -0500

----------------------------------------------------------------------
 Allura/docs/getting_started/installation.rst | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/6945bbdc/Allura/docs/getting_started/installation.rst
----------------------------------------------------------------------
diff --git a/Allura/docs/getting_started/installation.rst b/Allura/docs/getting_started/installation.rst
index 5e30b77..a015a18 100644
--- a/Allura/docs/getting_started/installation.rst
+++ b/Allura/docs/getting_started/installation.rst
@@ -122,15 +122,23 @@ 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/
 
-Next, run :code:`./rebuild-all.bash` to setup all the Allura applications.  If you only want to use a few tools, run:
+Next, run this to set up all the Allura tools:
 
 .. code-block:: bash
 
-    (env-allura)~/src/allura$ cd Allura
-    (env-allura)~/src/allura/Allura$ python setup.py develop
-    (env-allura)~/src/allura/Allura$ cd ../ForgeWiki   # required tool
-    (env-allura)~/src/allura/ForgeWiki$ python setup.py develop
-    # repeat for any other tools you want to use
+    (env-allura)~/src/allura$ ./rebuild-all.bash
+
+.. note::
+
+    If you only want to use a few tools, run this instead:
+
+    .. code-block:: bash
+
+        (env-allura)~/src/allura$ cd Allura
+        (env-allura)~/src/allura/Allura$ python setup.py develop
+        (env-allura)~/src/allura/Allura$ cd ../ForgeWiki   # required tool
+        (env-allura)~/src/allura/ForgeWiki$ python setup.py develop
+        # repeat for any other tools you want to use
 
 Initializing the environment
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^