Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DKAN on headless VM #4061

Closed
davilla41 opened this issue Nov 15, 2023 · 2 comments
Closed

DKAN on headless VM #4061

davilla41 opened this issue Nov 15, 2023 · 2 comments

Comments

@davilla41
Copy link

davilla41 commented Nov 15, 2023

Hi guys, I have DKAN installed on a headless Ubuntu 20.04 virtual machine.
My firewall allows the port needed:
image

This is the list of containers after installation:

CONTAINER ID	IMAGE							COMMAND			CREATED		STATUS			PORTS															NAMES
b8cd6f5c05c5	drud/ddev-router:v1.21.5-built				"/app/docker-entrypo…"	37 hours ago	Up 37 hours (healthy)	127.0.0.1:80->80/tcp, 127.0.0.1:443->443/tcp, 127.0.0.1:8025-8026->8025-8026/tcp, 127.0.0.1:8036-8037->8036-8037/tcp	ddev-router
ad80e87fa8be	drud/ddev-dbserver-mysql-5.7:v1.21.5-undms-built	"/docker-entrypoint.…"	37 hours ago	Up 37 hours (healthy)	127.0.0.1:33417->3306/tcp												ddev-undms-db
4a36ef3df664	phpmyadmin:5						"/docker-entrypoint.…"	37 hours ago	Up 37 hours		80/tcp															ddev-undms-dba
37f24fcd1476	drud/ddev-webserver:v1.21.5-undms-built			"/start.sh"		37 hours ago	Up 37 hours (healthy)	8025/tcp, 127.0.0.1:33421->80/tcp, 127.0.0.1:33420->443/tcp								ddev-undms-web
3d4e0d0cad84	ddev-undms-doxygen					"/bin/bash"		37 hours ago	Up 37 hours																	ddev-undms-doxygen
e9cd5d0dd1de	drud/ddev-ssh-agent:v1.21.5-built			"/entry.sh ssh-agent"	37 hours ago	Up 37 hours (healthy)																ddev-ssh-agent

I also modified the setting.php inside the ddev-undms-web container like this:
image

And also this
image

So my problem is that if I hit the IP address from my VM I'm getting this:
image

This is also a diagram that show the way I need to use DKAN on dev right now:
image

@github-actions github-actions bot added this to Incoming/Triage in DKAN 2 Issue Triage Nov 15, 2023
@dafeder
Copy link
Member

dafeder commented Dec 9, 2023

@davilla41 I think this is beyond what we can help you with here; you are really having an issue with a fairly complex and unique docker/ddev setup not with DKAN itself. Can you make this work with just a standard Drupal installation and the default ddev Drupal config? If so, and this seems to be something specific to DKAN we can try to take a closer look but otherwise I think this is more of a ddev support question.

@dafeder
Copy link
Member

dafeder commented Dec 10, 2023

Closing, but you can re-open or create a new issue if you believe there is a DKAN-specific problem here.

@dafeder dafeder closed this as completed Dec 10, 2023
DKAN 2 Issue Triage automation moved this from Incoming/Triage to Closed Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants