Wednesday, October 21, 2015

create multiple odoo9 instances; postgres start stop;



git clone --depth 1 https://github.com/odoo/odoo.git -b 9.0 odoofresh
/etc/vhosts add
no restart needed
subdomain is the db name,
python openerp-server -c openerp-server.conf
curl -s -D - http://odoo9.od.dev:9069/

Canada - Accounting

first module to install, before install any modules
to be able to check outhttp://odoo.od.dev:8069/ 500 internal server error
this instance failed due to the messed up steps here
chmod +x /usr/local/bin/brew-services.rb
brew services stop postgresql
brew services start postgresql
lunchy start postgres
lunchy stop postgres

No comments:

Post a Comment