How do I host my Web Application files in ubuntu locally?
I m used to working on Windows and in there we put all the files in the wwwroot folder and then configure the IIS and the run the app on localhost:8080
I wish to do the same in Ubuntu 12.04 (if the version makes any difference do let me know).
I was able to find the answer myself. We need to install the apache2 in Ubuntu to get the localhost started.
This link helps out.