By: Baili He user 01 Feb 2021 at 4:07 p.m. CST

5 Responses
Baili He gravatar
After successful installation, I got the information: Gluu Server installed successfully; please visit https://demoexample.michaels.oms.org Then I clicked on the link but I got site cannot be reached response. I checked my docker container and find the single-host is running.

By Isman Firmansyah staff 02 Feb 2021 at 3:25 a.m. CST

Isman Firmansyah gravatar
Hi Baili, Please make sure that you have DNS entry for demoexample.michaels.oms.org or add the entry into /etc/hosts file.

By Baili He user 02 Feb 2021 at 11:24 a.m. CST

Baili He gravatar
Thanks for your answer. I am planning to add the entry to /etc/hosts but I don't know what should I add? More specifically, what IP address should i add for demoexample.michaels.oms.org? ###### ## Host Database ###### # localhost is used to configure the loopback interface when the system is booting. Do not change this entry. ###### ## ###### 127.0.0.1 localhost ###### 255.255.255.255 broadcasthost ###### ::1 localhost Added by Docker Desktop To allow the same kube context to work on the host and the container: ###### 127.0.0.1 kubernetes.docker.internal End of section

By Isman Firmansyah staff 02 Feb 2021 at 1:14 p.m. CST

Isman Firmansyah gravatar
> More specifically, what IP address should i add for demoexample.michaels.oms.org? It's the external IP address of your machine/VM. FYI, if you run `pygluu-compose up` you will get the info of currently-used IP address similar to example below: ``` » pygluu-compose up [I] Attempting to gather external IP address [I] Using 192.168.100.2 as external IP address Creating consul ... done Creating vault ... done ``` In the example above `192.168.100.2` is the external IP address.

By Baili He user 02 Feb 2021 at 1:38 p.m. CST

Baili He gravatar
Thanks for your response! I have installed packages to make pygluu-compose executable from https://github.com/GluuFederation/community-edition-containers/blob/master/pygluu-compose/README.md but I still got zsh: command not found: pygluu-compose. I have been strictly follow the installation guide for Standard Python Package and was running pygluu-compose in the virtual environment.

By Isman Firmansyah staff 02 Feb 2021 at 2:52 p.m. CST

Isman Firmansyah gravatar
Based on the README, if you use Python virtual environment, the `pygluu-compose` executable will be installed into `.venv/bin` directory. Please refer to `zsh` documentation on how to add this directory into your `PATH` manually (if needed).