Run app on a Subdomain?
Hello everyone,
I have an app install on my PC and I can access to it through the local IP (127.0.0.1) on my browser. I run this app on Ubuntu terminal using the command "appStart".
I want to visualize this app on my company's website, I thought of a subdomain app.example.com.
So, How can I keep running the app on the server where the website (example.com) is host? Can I use terminal commands like "screen appStart"? or I need to do something else?
Then, How can I redirect this app to a subdomain? Through the local IP or is there another way to do it? The app should be in a specific folder on server?
Thanks for helping,
-
I'm not sure I"m understanding this correctly, can you clarify? Are you trying to direct an app you are running on your home computer to resolve to a subdomain you own or is the application hosted on the server? 0 -
Hi, No, I want to host the app on the server and then use a subdomain to view it. 0 -
In that case, it'd depend on the application, most applications have instructions for installing and being used on a specific domain. I'd suggest looking through their documentation. 0
Please sign in to leave a comment.
Comments
3 comments