9309: Separate PostgreSQL setup page in Install Guide.
[arvados.git] / doc / _includes / _install_postgres.liquid
diff --git a/doc/_includes/_install_postgres.liquid b/doc/_includes/_install_postgres.liquid
deleted file mode 100644 (file)
index 82c2c2d..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-On a Debian-based system, install the following packages:
-
-<notextile>
-<pre><code>~$ <span class="userinput">sudo apt-get install libpq-dev postgresql</span>
-</code></pre>
-</notextile>
-
-On a Red Hat-based system, install the following packages:
-
-<notextile>
-<pre><code>~$ <span class="userinput">sudo yum install postgresql postgresql-devel</span>
-</code></pre>
-</notextile>
-
-{% include 'notebox_begin' %}
-
-If you intend to use specific versions of these packages from Software Collections, you may have to adapt some of the package names to match. For example:
-
-<notextile>
-<pre><code>~$ <span class="userinput">sudo yum install postgresql92 postgresql92-postgresql-devel</span></code></pre></notextile>
-
-{% include 'notebox_end' %}