Skip to content

Commit 224f7cc

Browse files
authored
[DOC] readme: update docs to V16
1 parent daea9df commit 224f7cc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ but goes a bit further and has been improved. This script will also give you the
55
This script can be safely used in a multi-odoo code base server because the default Odoo port is changed BEFORE the Odoo is started.
66

77
## Installing Nginx
8-
If you set the parameter ```INSTALL_NGINX``` to ```True``` you should also configure workers. Without workers you will probably get connection loss issues. Look at [the deployment guide from Odoo](https://www.odoo.com/documentation/15.0/setup/deploy.html) on how to configure workers.
8+
If you set the parameter ```INSTALL_NGINX``` to ```True``` you should also configure workers. Without workers you will probably get connection loss issues. Look at [the deployment guide from Odoo](https://www.odoo.com/documentation/16.0/administration/install/deploy.html) on how to configure workers.
99

1010
## Installation procedure
1111

1212
##### 1. Download the script:
1313
```
14-
sudo wget https://raw.githubusercontent.com/Yenthe666/InstallScript/15.0/odoo_install.sh
14+
sudo wget https://raw.githubusercontent.com/Yenthe666/InstallScript/16.0/odoo_install.sh
1515
```
1616
##### 2. Modify the parameters as you wish.
1717
There are a few things you can configure, this is the most used list:<br/>
1818
```OE_USER``` will be the username for the system user.<br/>
1919
```GENERATE_RANDOM_PASSWORD``` if this is set to ```True``` the script will generate a random password, if set to ```False```we'll set the password that is configured in ```OE_SUPERADMIN```. By default the value is ```True``` and the script will generate a random and secure password.<br/>
2020
```INSTALL_WKHTMLTOPDF``` set to ```False``` if you do not want to install Wkhtmltopdf, if you want to install it you should set it to ```True```.<br/>
2121
```OE_PORT``` is the port where Odoo should run on, for example 8069.<br/>
22-
```OE_VERSION``` is the Odoo version to install, for example ```15.0``` for Odoo V15.<br/>
23-
```IS_ENTERPRISE``` will install the Enterprise version on top of ```15.0``` if you set it to ```True```, set it to ```False``` if you want the community version of Odoo 15.<br/>
22+
```OE_VERSION``` is the Odoo version to install, for example ```16.0``` for Odoo V16.<br/>
23+
```IS_ENTERPRISE``` will install the Enterprise version on top of ```16.0``` if you set it to ```True```, set it to ```False``` if you want the community version of Odoo 16.<br/>
2424
```OE_SUPERADMIN``` is the master password for this Odoo installation.<br/>
2525
```INSTALL_NGINX``` is set to ```False``` by default. Set this to ```True``` if you want to install Nginx.<br/>
2626
```WEBSITE_NAME``` Set the website name here for nginx configuration<br/>

0 commit comments

Comments
 (0)