Here this blog will help you to setup odoo 8 step by step.
1) In very first step you need to install git. into your Linux system.
sudo apt-get install git
2) Download the source code from git repository
git clone --branch 8.0 https://github.com/odoo/odoo
3) Install all required libraries used in odoo 8 addons module, just copy and p aste these mention libraries into your terminal
sudo
apt-get install python-dateutil python-docutils python-feedparser
python-gdata python-jinja2 python-ldap python-libxslt1 python-lxml
python-mako python-mock python-openid python-psycopg2 python-psutil
python-pybabel python-pychart python-pydot python-pyparsing
python-reportlab python-simplejson python-tz python-unittest2
python-vatnumber python-vobject python-webdav python-werkzeug
python-xlwt python-yaml python-zsi python-psutil python-requests3) Download the eclipse from below link.
4) Setup pyDev plug in on eclipse.
5) Create New Project Select General category. You will provide the name of your odoo source code which is already in your workspace and than press next button than your source code will appear on eclipse screen.
Now you can do your changes.
This blog is not completed yet will update soon!!
No comments:
Post a Comment