[ARVADOS] updated: 5b2b5f57eee063c102a5f76b199273ee57eb00fe
git at public.curoverse.com
git at public.curoverse.com
Fri Jul 24 10:19:09 EDT 2015
Summary of changes:
doc/install/install-api-server.html.textile.liquid | 9 +++------
doc/install/install-sso.html.textile.liquid | 2 +-
doc/install/install-workbench-app.html.textile.liquid | 5 -----
3 files changed, 4 insertions(+), 12 deletions(-)
via 5b2b5f57eee063c102a5f76b199273ee57eb00fe (commit)
from 591315b0be613c32666b404cde2b1fe9724baa41 (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 5b2b5f57eee063c102a5f76b199273ee57eb00fe
Author: radhika <radhika at curoverse.com>
Date: Fri Jul 24 10:18:47 2015 -0400
6687: revisit build tools text and other minor updates
diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid
index ce60b0c..0503609 100644
--- a/doc/install/install-api-server.html.textile.liquid
+++ b/doc/install/install-api-server.html.textile.liquid
@@ -12,28 +12,25 @@ h3(#install_ruby_and_bundler). Install Ruby and Bundler
{% include 'install_ruby_and_bundler' %}
-h3(#install_postgres). Install Postgres
+h3(#install_postgres). Install PostgreSQL
{% include 'install_postgres' %}
h3(#build_tools_apiserver). Build tools
-* Build tools and the curl and PostgreSQL development libraries, to build gem dependencies
-* Nginx
-
On older distributions, you may need to use a backports repository to satisfy these requirements. For example, on older Red Hat-based systems, consider using the "postgresql92":https://www.softwarecollections.org/en/scls/rhscl/postgresql92/ and "nginx16":https://www.softwarecollections.org/en/scls/rhscl/nginx16/ Software Collections.
On a Debian-based system, install the following packages:
<notextile>
-<pre><code>~$ <span class="userinput">sudo apt-get install bison build-essential libpq-dev libcurl4-openssl-dev postgresql git nginx arvados-api-server</span>
+<pre><code>~$ <span class="userinput">sudo apt-get install bison build-essential libcurl4-openssl-dev git nginx arvados-api-server</span>
</code></pre>
</notextile>
On a Red Hat-based system, install the following packages:
<notextile>
-<pre><code>~$ <span class="userinput">sudo yum install bison make automake gcc gcc-c++ libcurl-devel postgresql-server postgresql-devel nginx git arvados-api-server</span>
+<pre><code>~$ <span class="userinput">sudo yum install bison make automake gcc gcc-c++ libcurl-devel nginx git arvados-api-server</span>
</code></pre>
</notextile>
diff --git a/doc/install/install-sso.html.textile.liquid b/doc/install/install-sso.html.textile.liquid
index c8b0a8b..eae0b3f 100644
--- a/doc/install/install-sso.html.textile.liquid
+++ b/doc/install/install-sso.html.textile.liquid
@@ -10,7 +10,7 @@ h3(#install_ruby_and_bundler). Install Ruby and Bundler
{% include 'install_ruby_and_bundler' %}
-h3(#install_postgres). Install Postgres
+h3(#install_postgres). Install PostgreSQL
{% include 'install_postgres' %}
diff --git a/doc/install/install-workbench-app.html.textile.liquid b/doc/install/install-workbench-app.html.textile.liquid
index a5dc372..662a5e5 100644
--- a/doc/install/install-workbench-app.html.textile.liquid
+++ b/doc/install/install-workbench-app.html.textile.liquid
@@ -14,11 +14,6 @@ h3(#install_ruby_and_bundler). Install Ruby and Bundler
h3(#build_tools_workbench). Build tools
-* The Arvados Python SDK
-* Graphviz
-* Build tools to build gem dependencies
-* Nginx
-
Workbench doesn't need its own database, so it does not need to have PostgreSQL installed.
On older distributions, you may need to use a backports repository to satisfy these requirements. For example, on older Red Hat-based systems, consider using the "nginx16":https://www.softwarecollections.org/en/scls/rhscl/nginx16/ Software Collection.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list