I have made a virtual machine in Vmware Workstation of Ubuntu 18.04 LTS
I have Mysql and apache2 installed
I have prepared a chatbot in chatscript and it works fine in my localhost in windows(its for a university project) but I want it to be able to visited by people in other networks in my Ubuntu virtual machine.
I got to the point where the localhost in ubuntu is my chatbot(tha files are in /var/www/html/) and I can access it from windows with the local ip address
but I dont know what to do next to allow someone to access the sample page with the chatbot from a device outside my local network.