Last active
August 29, 2015 14:06
-
-
Save rvalyi/0dd63c06310095836062 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/7.0/setup.py | |
wget https://raw.githubusercontent.com/odoo/odoo/7.0/openerp-server | |
cd openerp | |
echo "import tools" > __init__.py | |
wget https://raw.githubusercontent.com/odoo/odoo/7.0/openerp/release.py | |
wget https://raw.githubusercontent.com/odoo/odoo/7.0/openerp/loglevels.py | |
cd tools | |
echo "from config import config" > __init__.py | |
wget https://raw.githubusercontent.com/odoo/odoo/7.0/openerp/tools/config.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