This question has been flagged

You can read how to do it here: http://yoirtuts.com/index.php?title=Odoo_Install_Odoo

On Debian or Ubuntu it is pretty much just:

 

# echo "deb http://nightly.openerp.com/8.0/nightly/deb/ ./" >> /etc/apt/sources.list

# apt-get update

# apt-get install odoo

# service odoo start

If you wanna know how to setup Odoo with SSL read more here: http://yoirtuts.com/index.php?title=Odoo_Install_Odoo

 

 

 

 

Avatar
Discard

Perhaps a little comment here for people that have more interest. 1) This 'guide' will not automaticly start Odoo after a server shutdown or reboot 2) Both SSL guides are outdated and refer to Odoo V6 & Odoo V7 on Ubuntu 10.04.. 3) This guide will work but has very little configuration or details. Nevertheless, thank you for sharing.

"Perhaps a little comment here for people that have more interest. 1) This 'guide' will not automaticly start Odoo after a server shutdown or reboot 2) Both SSL guides are outdated and refer to Odoo V6 & Odoo V7 on Ubuntu 10.04.. 3) This guide will work but has very little configuration or details. Nevertheless, thank you for sharing." You are wrong.  If you look in /etc/init.d/ there is a file named odoo. Which means that it will start odoo after a shutdown or reboot. "Both SSL guides are outdated and refer to Odoo V6 & Odoo V7 on Ubuntu 10.04" It doesn't really matter, because anyone with a brain can adopt those instructions for the latest Ubuntu and take in mind that OpenERP v7 also runs on the same port as Odoo so you won't have to change the configuration much.

Best Answer

Hi,

Please try the instructions from following link:

http://www.theopensourcerer.com/2014/09/how-to-install-openerp-odoo-8-on-ubuntu-server-14-04-lts/  

This is one of the best tutorial. Follow the instructions and autostart script also work perfectly.

Avatar
Discard
Best Answer

Check this script

https://github.com/ZamilTec/Arabic-Odoo/blob/master/install.sh

Avatar
Discard
Best Answer

Unfortunately I must also say: the autostart doesn't work. I also have the odoo file in the /etc/init.d/ but after having the machine started, there is no odoo running. when I try to start as sudo service odoo_start I get "unrecognized service". 

Avatar
Discard
Best Answer

Worst tutorial I've seen. This is just so incomplete.

Avatar
Discard
Best Answer

I tried install Odoo like the first post:

# echo "deb http://nightly.openerp.com/8.0/nightly/deb/ ./" >> /etc/apt/sources.list

# apt-get update

# apt-get install odoo

# service odoo start

But when i try to go localhost:8069 have an error: 

Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

 

Iḿ newbie with this software, and have not idea how can i solve this.

It's installed in a clean Linuxmint 17 64bits cinnamon. 

Tried with safari and chrome and have the same error. 

thanks

Avatar
Discard