I am new to Hyperledger Fabric. Just created a new application by following a tutorial available at https://medium.freecodecamp.org/how-to-build-a-blockchain-network-using-hyperledger-fabric-and-composer-e06644ff801d
Now I am running the application with http://localhost:8080/ on my local machine, but I need to deploy that application with a public URL/IP. How can I do that in Ubuntu 18.04?
I am not much familiar with Apache and Ubuntu. But I tried a way available to host the application I created in Apache from the tutorial available at: https://www.ostechnix.com/configure-apache-virtual-hosts-ubuntu-part-1/ But I am confused in between that how can I accomplish this task.
I need to host this application with a URL or either with an IP so other users on my network can access the API and use that.