Refresh Gitolite install guide.
[arvados.git] / doc / _includes / _install_postgres.liquid
1 On a Debian-based system, install the following packages:
2
3 <notextile>
4 <pre><code>~$ <span class="userinput">sudo apt-get install libpq-dev postgresql</span>
5 </code></pre>
6 </notextile>
7
8 On a Red Hat-based system, install the following packages:
9
10 <notextile>
11 <pre><code>~$ <span class="userinput">sudo yum install postgresql postgresql-devel</span>
12 </code></pre>
13 </notextile>
14
15 {% include 'notebox_begin' %}
16
17 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:
18
19 <notextile>
20 <pre><code>~$ <span class="userinput">sudo yum install postgresql92 postgresql92-postgresql-devel</span></code></pre></notextile>
21
22 {% include 'notebox_end' %}