I’m trying to get Discourse running on my home computer so I can test plugins etc. without breaking the main site (something I’ve been repeatedly guilty of).
I’ve done the following:
- Installed Ubuntu 16 in a Virtualbox VM
- Installed Discourse’s dependencies
- Redis
- Postgres
- Ruby
- Docker
- Configured and installed Discourse (which runs inside a Docker Container)
- Discourse is now running
The VM was connected via NAT while doing all this, but now I want to connect to it from a browser, which doesn’t seem to be working.
I’ve switched the VM’s network to Host-only.
blahblah adapter #3 shows up in windows and has an IP assigned (192.168.56.1). I can ping this IP from a windows CMD just fine.
Inside the VM, iptables has a route for http configured from “anywhere” to the Docker Container’s IP. This IP can happily be pinged (proves that the Docker Container is up and running).
So why don’t I get anything when I point my web browser at 192.168.56.1?
This is not familiar territory for me so be gentle