This question has been flagged
2 Replies
4227 Views

I want to install Odoo9 with postgresql9.3 version in ubuntu 16.4 LTS server.

Please anyone provide me the document

Avatar
Discard
Best Answer

Hello Naveen,


Perfect links to install odoo9,

https://www.getopenerp.com/install-odoo-9-on-ubuntu/

https://www.odoo.com/documentation/9.0/setup/install.html#deb

https://www.odoo.yenthevg.com/installing-odoo-9-ubuntu-16-04/


Thanks,

Dipak Shah

Avatar
Discard
Best Answer

Hi Naveen,

I've made an installation script to automatically install an Odoo with all dependencies out of the box. You can follow the following steps:
1. Download the installation script

sudo wget https://raw.githubusercontent.com/Yenthe666/InstallScript/Enterprise/odoo_install.sh

2. Modify the parameters in the script, such as the administrator password, port etc. You can find more information at https://github.com/Yenthe666/InstallScript/tree/9.0 

3. Make the file executable:

sudo chmod +x odoo_install.sh

4. Execute the script:

sudo ./odoo_install.sh

P.S: Why don't you install Odoo 11, which is the latest version?

Regards,
Yenthe

Avatar
Discard