You are on page 1of 1

How to Install Odoo 8 on Ubuntu 14.04/14.

10 LTS
First step is updating the operating system
1-sudo apt-get update
After updating, we have to upgrade the existing packages
2-sudo apt-get upgrade
The steps 3 & 4 you can find it in the official (nightly odoo site)
https://www.odoo.com/documentation/8.0/setup/install.html#deb
(for debian), log as root user :
3-sudo su wget -O - https://nightly.odoo.com/odoo.key | apt-key add 4-sudo
su echo "deb
/etc/apt/sources. List

http://nightly.odoo.com/8.0/nightly/deb/.

Befor installing odoo ,we have to install postgresql :


5-sudo apt-get postgresql
We have to update Ubuntu repositories one more time
6-sudo apt-get update
And finallay downlding odoo
7-sudo apt-get install odoo
Copy paste the following link , to begin work !!
8-http://localhost:8069
Sorry for my weak English

/"

>>

You might also like