Se rendre au contenu
Menu
Cette question a été signalée
4 Réponses
15477 Vues

Tried these ways:
https://www.odoo.com/forum/help-1/question/how-to-install-odoo-from-github-on-ubuntu-14-04-for-testing-purposes-only-ie-not-for-production-52627
http://pulse7.net/openerp/install-odoo-ubuntu-14-04-github/
But they set 9 alpha version

Please help.
Thank you

Avatar
Ignorer

Explain how you chose the version? Thank you!

Meilleure réponse

Both of these were written to use the master branch which was odoo v8 Alpha 1 at the time.  Since then Odoo has forked off odoo v8rc1 into its own branch.

Ignore this because it seems that odoo's install script still points to master.  Well it is a release candidate.

If you change line 8 of the http://pulse7.net/openerp/install-odoo-ubuntu-14-04-github to this:

wget -O- https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | python

You will install odoo v8 Release Candidate 1 (which is the latest version of odoo v8)

I personally like this install script that does everything for you.  Just edit the script and fill in your details including version 8.0 and run it.

http://www.schenkels.nl/2014/07/odoo-v8-install-script-github-ubuntu-14-04-lts

Avatar
Ignorer
Auteur

I tried, but still have installed version 9

I updated my answer to suggest using this install script. http://www.schenkels.nl/2014/07/odoo-v8-install-script-github-ubuntu-14-04-lts

I agree with Stephen, I'm a fan of Andre Schenkels script as well. I like that you can select the version. However, there are a couple tricks if you want to select v7 because the config file isn't in the same place, so you have to edit line 84 of the script to point it to $OE_HOME_EXT/install/openerp-server.conf instead or $OE_HOME_EXT/debian/openerp-server.conf.

He keeps updating the script, I am sure he would accept a pull request to add in some 7.0 logic. Cheers!

When installing with Andre Schenkels script you will have to install python-passlib: sudo apt-get install python-passlib

Meilleure réponse

These are the command's I've used:

1. sudo apt-get update
2. sudo apt-get upgrade
3. sudo apt-get install git
4. 
sudo apt-get install graphviz ghostscript postgresql-client \
python-dateutil python-feedparser python-matplotlib \
python-ldap python-libxslt1 python-lxml python-mako \
python-openid python-psycopg2 python-pybabel python-pychart \
python-pydot python-pyparsing python-reportlab python-simplejson \
python-tz python-vatnumber python-vobject python-webdav \
python-werkzeug python-xlwt python-yaml python-imaging

5. 
sudo apt-get install gcc python-dev mc bzr python-setuptools python-babel \python-feedparser python-reportlab-accel python-zsi python-openssl \
python-egenix-mxdatetime python-jinja2 python-unittest2 python-mock \
python-docutils lptools make python-psutil python-paramiko poppler-utils \
python-pdftools antiword postgresql

6. sudo -u postgres createuser -s odoo
7. Install odoo version: (Version 8 is at https://github.com/odoo/odoo/tree/8.0, you can select the version you wish from https://github.com/odoo/odoo/tree/x.x/odoo.py)
wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
8. cd odoo/
9. Start the server: ./openerp-server

Avatar
Ignorer
Auteur

Explain how you chose the version? Thank you!

The versions are subcategorised by Odoo itself on github. If you would like version 8 you would need to do wget -O- https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | python

Meilleure réponse

I'm using this script https://raw.githubusercontent.com/lukebranch/openerp-install-scripts/master/odoo-saas4/ubuntu-14-04/odoo_install.sh to install odoo 8.0. IMHO this is very simple way for install. But you need to install pytils for create SEF-url based Cyrilics language, e.g.: 

sudo pip install pytils 

Avatar
Ignorer
Meilleure réponse

I found this guide to be excellent: http://www.theopensourcerer.com/2014/09/how-to-install-openerp-odoo-8-on-ubuntu-server-14-04-lts/

Sure, you can use an install script to do it all, but what fun is that?  Plus you don't understand what's going on that way.

Avatar
Ignorer
Publications associées Réponses Vues Activité
0
mars 15
3094
0
mars 15
5124
1
juil. 17
7691
4
mars 15
5727
1
mars 15
5471