[ADD] Tag latest and section 'How to upgrade'

This commit is contained in:
Aaron Bohy 2015-01-07 09:50:33 +01:00
parent 4832a8ba6e
commit b24aaa9b32
2 changed files with 3 additions and 21 deletions

View File

@ -1,6 +1,6 @@
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`8`, `8.0` (*8.0/Dockerfile*)](https://github.com/odoo/docker/blob/master/8.0/Dockerfile) - [`8.0`, `8`, `latest` (*8.0/Dockerfile*)](https://github.com/odoo/docker/blob/0c90527ef908add1f125406a81519f9626d982d3/8.0/Dockerfile)
For more information about this image and its history, please see the [relevant For more information about this image and its history, please see the [relevant
manifest file manifest file
@ -50,15 +50,6 @@ changed and the link is thus broken.
Restarting a PostgreSQL server does not affect the created databases. Restarting a PostgreSQL server does not affect the created databases.
## Install the latest version of Odoo
The Odoo package is built every night to include latest functionalities and improvements.
To install the latest version of Odoo, enter the container of your Odoo instance
and update your version of Odoo using `apt-get`.
docker exec -it odoo bash
# apt-get update
# apt-get install odoo
## Run Odoo with a custom configuration ## Run Odoo with a custom configuration
The default configuration file for the server (located at `/etc/odoo/openerp-server.conf`) The default configuration file for the server (located at `/etc/odoo/openerp-server.conf`)
@ -77,7 +68,7 @@ host and container ports differ (e.g. 8070 and 8069), one has to set,
in Odoo, Settings->Parameters->System Parameters (requires technical features), in Odoo, Settings->Parameters->System Parameters (requires technical features),
web.base.url to the container port (e.g. 127.0.0.1:8069). web.base.url to the container port (e.g. 127.0.0.1:8069).
## Access an existing database with a new Odoo instance # How to upgrade this image
Suppose you created a database from an Odoo instance named old-odoo, and you Suppose you created a database from an Odoo instance named old-odoo, and you
want to access this database from a new Odoo instance named new-odoo, e.g. want to access this database from a new Odoo instance named new-odoo, e.g.
because you've just downloaded a newer Odoo image. because you've just downloaded a newer Odoo image.

View File

@ -40,15 +40,6 @@ changed and the link is thus broken.
Restarting a PostgreSQL server does not affect the created databases. Restarting a PostgreSQL server does not affect the created databases.
## Install the latest version of Odoo
The Odoo package is built every night to include latest functionalities and improvements.
To install the latest version of Odoo, enter the container of your Odoo instance
and update your version of Odoo using `apt-get`.
docker exec -it odoo bash
# apt-get update
# apt-get install odoo
## Run Odoo with a custom configuration ## Run Odoo with a custom configuration
The default configuration file for the server (located at `/etc/odoo/openerp-server.conf`) The default configuration file for the server (located at `/etc/odoo/openerp-server.conf`)
@ -67,7 +58,7 @@ host and container ports differ (e.g. 8070 and 8069), one has to set,
in Odoo, Settings->Parameters->System Parameters (requires technical features), in Odoo, Settings->Parameters->System Parameters (requires technical features),
web.base.url to the container port (e.g. 127.0.0.1:8069). web.base.url to the container port (e.g. 127.0.0.1:8069).
## Access an existing database with a new Odoo instance # How to upgrade this image
Suppose you created a database from an Odoo instance named old-odoo, and you Suppose you created a database from an Odoo instance named old-odoo, and you
want to access this database from a new Odoo instance named new-odoo, e.g. want to access this database from a new Odoo instance named new-odoo, e.g.
because you've just downloaded a newer Odoo image. because you've just downloaded a newer Odoo image.