[ARVADOS] updated: 48f61a5af0d0e6617ea545d716c5e0b132790198
git at public.curoverse.com
git at public.curoverse.com
Wed Feb 3 06:42:21 EST 2016
Summary of changes:
doc/install/install-workbench-app.html.textile.liquid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 48f61a5af0d0e6617ea545d716c5e0b132790198 (commit)
from b26951c6f488f28cf1ea5aac65c65311d0b573a4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 48f61a5af0d0e6617ea545d716c5e0b132790198
Author: Brett Smith <brett at curoverse.com>
Date: Wed Feb 3 06:42:17 2016 -0500
Improve install guide Nginx+SCL integration.
No issue #.
diff --git a/doc/install/install-workbench-app.html.textile.liquid b/doc/install/install-workbench-app.html.textile.liquid
index c27e8c5..5a60ca5 100644
--- a/doc/install/install-workbench-app.html.textile.liquid
+++ b/doc/install/install-workbench-app.html.textile.liquid
@@ -87,7 +87,7 @@ For best performance, we recommend you use Nginx as your Web server front-end, w
<li>If you're deploying on an older Red Hat-based distribution and installed Pythyon 2.7 from Software Collections, configure Nginx to use it:
<pre><code>~$ <span class="userinput">sudo usermod --shell /bin/bash nginx</span>
-~$ <span class="userinput">sudo -u nginx sh -c 'echo "[[ -z \$PS1 && -e /opt/rh/python27/enable ]] && source /opt/rh/python27/enable" >>~/.bash_profile'</span>
+~$ <span class="userinput">sudo -u nginx sh -c 'echo "[[ -z \$PS1 ]] && source scl_source enable python27" >>~/.bash_profile'</span>
</code></pre>
</li>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list