콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
5665 화면

I followed the steps described at https://it-projects-llc.github.io/odoo-saas-tools/getting-started/ to install odoo saas in docker.

I could log into http://portal.saas.example.com/ by giving admin-admin username and password.

But I could neither connect to http://server.saas.example.com/ nor could I log into the template DB by clicking the link created on clicking the "log into template DB" button in the saas->saas->plan.

The page shows "server-1.portal’s server IP address could not be found.

DNS_PROBE_FINISHED_NXDOMAIN"

What would I have missed? How to log in to the server/ template DB?

아바타
취소
베스트 답변

first sudo su

INIT_SAAS_TOOLS_VALUE=' \
--portal-create \
--server-create \
--plan-create \
--odoo-script=/mnt/odoo-source/odoo-bin \
--odoo-config=/mnt/config/odoo-server.conf \
--portal-db-name=portal \
--server-db-name=server-1 \
--server-hosts-template={dbname}.{base_saas_domain_1} \
--plan-template-db-name=template-1 \
--plan-clients=demo-%i \
' && docker exec -u root -t odoo /bin/bash \
-c "export INIT_SAAS_TOOLS='$INIT_SAAS_TOOLS_VALUE'; bash /install-odoo-saas.sh"

create portal, server and plan then start server via systemctl start odoo.service

아바타
취소
관련 게시물 답글 화면 활동
2
10월 23
5012
1
7월 23
1904
3
10월 18
21412
0
2월 24
1162
0
6월 24
1411