From 5b2b5f57eee063c102a5f76b199273ee57eb00fe Mon Sep 17 00:00:00 2001 From: radhika Date: Fri, 24 Jul 2015 10:18:47 -0400 Subject: [PATCH] 6687: revisit build tools text and other minor updates --- 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(-) diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid index ce60b0cb0d..0503609166 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: -
~$ sudo apt-get install bison build-essential libpq-dev libcurl4-openssl-dev postgresql git nginx arvados-api-server
+
~$ sudo apt-get install bison build-essential libcurl4-openssl-dev git nginx arvados-api-server
 
On a Red Hat-based system, install the following packages: -
~$ sudo yum install bison make automake gcc gcc-c++ libcurl-devel postgresql-server postgresql-devel nginx git arvados-api-server
+
~$ sudo yum install bison make automake gcc gcc-c++ libcurl-devel nginx git arvados-api-server
 
diff --git a/doc/install/install-sso.html.textile.liquid b/doc/install/install-sso.html.textile.liquid index c8b0a8b86e..eae0b3f006 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 a5dc37297e..662a5e5ebc 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. -- 2.39.5