[FIX] install/maintain: update versions in "Installing Odoo"

closes odoo/documentation#1563

X-original-commit: c7d8e3ecba
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
This commit is contained in:
StanvanHoorn 2021-10-30 15:42:49 +00:00 committed by Jonathan Castillo (jcs)
parent 5f55abc561
commit 108e607528

View File

@ -107,7 +107,7 @@ Linux
Debian/Ubuntu Debian/Ubuntu
''''''''''''' '''''''''''''
Odoo 13.0 'deb' package currently supports `Debian Buster`_, `Ubuntu 18.04`_ or above. Odoo 15.0 'deb' package currently supports `Debian 11 (Bullseye)`_, `Ubuntu 20.04 (Focal)`_ or above.
Prepare Prepare
^^^^^^^ ^^^^^^^
@ -134,7 +134,7 @@ used to install *Odoo Community Edition* by executing the following commands **a
.. code-block:: console .. code-block:: console
# wget -O - https://nightly.odoo.com/odoo.key | apt-key add - # wget -O - https://nightly.odoo.com/odoo.key | apt-key add -
# echo "deb http://nightly.odoo.com/13.0/nightly/deb/ ./" >> /etc/apt/sources.list.d/odoo.list # echo "deb http://nightly.odoo.com/15.0/nightly/deb/ ./" >> /etc/apt/sources.list.d/odoo.list
# apt-get update && apt-get install odoo # apt-get update && apt-get install odoo
You can then use the usual `apt-get upgrade` command to keep your installation up-to-date. You can then use the usual `apt-get upgrade` command to keep your installation up-to-date.
@ -180,7 +180,7 @@ and automatically start the server.
Fedora Fedora
'''''' ''''''
Odoo 13.0 'rpm' package supports Fedora 30. Odoo 15.0 'rpm' package supports Fedora 34.
Prepare Prepare
^^^^^^^ ^^^^^^^
@ -209,7 +209,7 @@ commands:
.. code-block:: console .. code-block:: console
$ sudo dnf config-manager --add-repo=https://nightly.odoo.com/13.0/nightly/rpm/odoo.repo $ sudo dnf config-manager --add-repo=https://nightly.odoo.com/15.0/nightly/rpm/odoo.repo
$ sudo dnf install -y odoo $ sudo dnf install -y odoo
$ sudo systemctl enable odoo $ sudo systemctl enable odoo
$ sudo systemctl start odoo $ sudo systemctl start odoo
@ -224,7 +224,7 @@ Once downloaded, the package can be installed using the 'dnf' package manager:
.. code-block:: console .. code-block:: console
$ sudo dnf localinstall odoo_13.0.latest.noarch.rpm $ sudo dnf localinstall odoo_15.0.latest.noarch.rpm
$ sudo systemctl enable odoo $ sudo systemctl enable odoo
$ sudo systemctl start odoo $ sudo systemctl start odoo
@ -777,11 +777,11 @@ Docker
The full documentation on how to use Odoo with Docker can be found on the The full documentation on how to use Odoo with Docker can be found on the
official Odoo `docker image <https://registry.hub.docker.com/_/odoo/>`_ page. official Odoo `docker image <https://registry.hub.docker.com/_/odoo/>`_ page.
.. _Debian Buster: https://www.debian.org/releases/buster/ .. _Debian 11 (Bullseye): https://www.debian.org/releases/bullseye/
.. _demo: https://demo.odoo.com .. _demo: https://demo.odoo.com
.. _docker: https://www.docker.com .. _docker: https://www.docker.com
.. _download: https://www.odoo.com/page/download .. _download: https://www.odoo.com/page/download
.. _Ubuntu 18.04: http://releases.ubuntu.com/18.04/ .. _Ubuntu 20.04 (Focal): http://releases.ubuntu.com/20.04/
.. _EPEL: https://fedoraproject.org/wiki/EPEL .. _EPEL: https://fedoraproject.org/wiki/EPEL
.. _PostgreSQL: http://www.postgresql.org .. _PostgreSQL: http://www.postgresql.org
.. _the official installer: .. _the official installer: