Merge pull request #5 from ebanDev/patch-3
Adding RHEL and derivatives readme section
This commit is contained in:
commit
287e4c1743
1 changed files with 19 additions and 1 deletions
20
README.rst
20
README.rst
|
@ -44,6 +44,18 @@ Continue to `configure postgresql <#configure-postgresql>`__.
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
RHEL and derivatives (CentOS, Fedora...)
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ sudo dnf update
|
||||||
|
$ sudo dnf install python3 python3-devel python3-pip python3-virtualenv git make gcc postgresql-server postgresql-contrib
|
||||||
|
|
||||||
|
Continue to `configure postgresql <#configure-postgresql>`__.
|
||||||
|
|
||||||
|
--------------
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
|
||||||
|
@ -64,7 +76,6 @@ https://wiki.archlinux.org/index.php/PostgreSQL
|
||||||
|
|
||||||
Continue to `create the venv <#creating-the-virtual-environment>`__.
|
Continue to `create the venv <#creating-the-virtual-environment>`__.
|
||||||
|
|
||||||
|
|
||||||
Debian
|
Debian
|
||||||
^^^^^^
|
^^^^^^
|
||||||
|
|
||||||
|
@ -72,6 +83,13 @@ https://wiki.debian.org/PostgreSql
|
||||||
|
|
||||||
Continue to `create the venv <#creating-the-virtual-environment>`__.
|
Continue to `create the venv <#creating-the-virtual-environment>`__.
|
||||||
|
|
||||||
|
RHEL and derivatives (CentOS, Fedora...)
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
https://fedoraproject.org/wiki/PostgreSQL
|
||||||
|
|
||||||
|
Continue to `create the venv <#creating-the-virtual-environment>`__.
|
||||||
|
|
||||||
Creating the Virtual Environment
|
Creating the Virtual Environment
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue