I am running Ubuntu on my workstation, and headless Ubuntu Server in VirtualBox on this same workstation. I'd like to write a web app and deploy it on Ubuntu Server in the VM, then load it in a web browser on my workstation. Is this possible, and if so how? Thanks! |
You would navigate to the ip address of the VM, and the port your web server is listening on. so a quick
should give you the ip address of your vm. Assuming you are running apache, you would navigate to the webserver like any other web page.
|