Created
September 7, 2014 00:39
-
-
Save rvalyi/9ac3a22cde339aa1ef35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p parts/odoo/openerp/tools | |
cd parts/odoo | |
wget https://raw.githubusercontent.com/odoo/odoo/8.0/setup.py | |
wget https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | |
wget https://raw.githubusercontent.com/odoo/odoo/8.0/openerp-server | |
wget https://raw.githubusercontent.com/odoo/odoo/8.0/openerp-gevent | |
cd openerp | |
echo "import tools" > __init__.py | |
wget https://raw.githubusercontent.com/odoo/odoo/8.0/openerp/release.py | |
wget https://raw.githubusercontent.com/odoo/odoo/8.0/openerp/loglevels.py | |
cd tools | |
echo "from config import config" > __init__.py | |
wget https://raw.githubusercontent.com/odoo/odoo/8.0/openerp/tools/config.py | |
wget https://raw.githubusercontent.com/odoo/odoo/8.0/openerp/tools/appdirs.py | |
cd .. | |
mkdir conf | |
touch conf/__init__.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment