You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
In the beginning I was fellow the instruction to change the ''install-odoo-saas.sh"files,as below
after I finished this script, the odoo working properly,so i prepare to fellow the instruction to install odoo-saas, when i copy
INIT_SAAS_TOOLS_VALUE="
--portal-create
--server-create
--plan-create
--odoo-script=/usr/local/src/odoo-source/odoo-bin
--odoo-config=/etc/openerp-server.conf
--admin-password='${ODOO_MASTER_PASS}'
--portal-db-name=${ODOO_DOMAIN}
--server-db-name=server-1.${ODOO_DOMAIN}
--plan-template-db-name=template-1.${ODOO_DOMAIN}
--plan-clients=demo-%i.${ODOO_DOMAIN}
"
to the shell, and execute the command like
and this script running again like before i install odoo, and for some reason the script stopped because i already install the POSTGRESQL and make the user name "odoo"
after than i read the script and i try to enter on command in the shell as:
In the beginning I was fellow the instruction to change the ''install-odoo-saas.sh"files,as below
after I finished this script, the odoo working properly,so i prepare to fellow the instruction to install odoo-saas, when i copy
INIT_SAAS_TOOLS_VALUE="
--portal-create
--server-create
--plan-create
--odoo-script=/usr/local/src/odoo-source/odoo-bin
--odoo-config=/etc/openerp-server.conf
--admin-password='${ODOO_MASTER_PASS}'
--portal-db-name=${ODOO_DOMAIN}
--server-db-name=server-1.${ODOO_DOMAIN}
--plan-template-db-name=template-1.${ODOO_DOMAIN}
--plan-clients=demo-%i.${ODOO_DOMAIN}
"
to the shell, and execute the command like
- "INIT_SAAS_TOOLS=$INIT_SAAS_TOOLS_VALUE bash -x install-odoo-saas.sh"
and this script running again like before i install odoo, and for some reason the script stopped because i already install the POSTGRESQL and make the user name "odoo"
after than i read the script and i try to enter on command in the shell as:
- sudo su --preserve-environment - odoo -s /bin/bash -c 'python /usr/local/src/odoo-extra-addons/it-projects-llc/odoo-saas-tools/saas.py'
some error appear:
So anyone can tell me how to install the saas-tool after install odoo?
Does my steps correct?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: