How do I put my NodeJS/ Mongodb site hosted locally to host over the internet? [closed]How to securely join two networks together over the Internet?Sharepoint Site is not Visible over the InternetAccessing samba shares over the internetPort forwarding over the InternetHow do i set up AMPache on a hosted siteLinux iptables usage route outgoing trafficHow to put my web site onlineMounting a file system over the internetnodejs server and nginx conflictHow fast should internet speed be to host a webserver?
Why is PerfectForwardSecrecy considered OK, when it has same defects as salt-less password hashing?
What food production methods would allow a metropolis like New York to become self sufficient
Why do unstable nuclei form?
What is the name of meteoroids which hit Moon, Mars, or pretty much anything that isn’t the Earth?
What do "KAL." and "A.S." stand for in this inscription?
Cryptography and elliptic curves
Is there a need for better software for writers?
Examples where existence is harder than evaluation
Has magnetic core memory been used beyond the Moon?
Two researchers want to work on the same extension to my paper. Who to help?
Is it nonsense to say B -> [A -> B]?
Passport stamps art, can it be done?
How to select certain lines (n, n+4, n+8, n+12...) from the file?
Why is it wrong to *implement* myself a known, published, widely believed to be secure crypto algorithm?
Was there a contingency plan in place if Little Boy failed to detonate?
A Cunning Riley Riddle
Is ‘despite that’ right?
Watching the game, having a puzzle
Equivalent for "Make the jacket to the button"
Has there been evidence of any other gods?
Why does increasing the sampling rate make implementing an anti-aliasing filter easier?
Is it a Munchausen Number?
What's the "magic similar to the Knock spell" referenced in the Dungeon of the Mad Mage adventure?
Names of the Six Tastes
How do I put my NodeJS/ Mongodb site hosted locally to host over the internet? [closed]
How to securely join two networks together over the Internet?Sharepoint Site is not Visible over the InternetAccessing samba shares over the internetPort forwarding over the InternetHow do i set up AMPache on a hosted siteLinux iptables usage route outgoing trafficHow to put my web site onlineMounting a file system over the internetnodejs server and nginx conflictHow fast should internet speed be to host a webserver?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
My site/app is running on the localhost. How do I make it available on the www?
I want my computer to host the site. I do not want to migrate the site to a host on a Digital Ocean or other hosting service.
I have a Linux machine running Mongod and NodeJS "listening" on port 5000.
I can go to the "localhost" and use the site on that port in my browser. I can upload and delete photos on it. I can register and get it to send confirmation emails.
I cannot find a guide that shows how to get a domain registered to the site and push the site through my router. Though I know vaguely how some of this is done it is extremely murky.
Do I need Apache? Do I need to take certain security measures?
Where do port 80, the machine's public IP, its private IP, the router's IP, and the domain name tie together in a tangible way?
Every search, every guide is giving me near solutions that end up creating misdirection. (I know a Digital Ocean server is probably preferable, but I want to do this as a learning experience.)
Thank you for the link or clear steps for how to make this available on the www.
I hope that's clear enough. It's available on the localhost. I want it on the www.
linux hosting internet
closed as off-topic by Michael Hampton♦ Apr 30 at 18:56
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Michael Hampton
add a comment |
My site/app is running on the localhost. How do I make it available on the www?
I want my computer to host the site. I do not want to migrate the site to a host on a Digital Ocean or other hosting service.
I have a Linux machine running Mongod and NodeJS "listening" on port 5000.
I can go to the "localhost" and use the site on that port in my browser. I can upload and delete photos on it. I can register and get it to send confirmation emails.
I cannot find a guide that shows how to get a domain registered to the site and push the site through my router. Though I know vaguely how some of this is done it is extremely murky.
Do I need Apache? Do I need to take certain security measures?
Where do port 80, the machine's public IP, its private IP, the router's IP, and the domain name tie together in a tangible way?
Every search, every guide is giving me near solutions that end up creating misdirection. (I know a Digital Ocean server is probably preferable, but I want to do this as a learning experience.)
Thank you for the link or clear steps for how to make this available on the www.
I hope that's clear enough. It's available on the localhost. I want it on the www.
linux hosting internet
closed as off-topic by Michael Hampton♦ Apr 30 at 18:56
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Michael Hampton
I was sent here with this question already from another stack site. I was sent to this site with this question
– Ant
Apr 30 at 19:00
add a comment |
My site/app is running on the localhost. How do I make it available on the www?
I want my computer to host the site. I do not want to migrate the site to a host on a Digital Ocean or other hosting service.
I have a Linux machine running Mongod and NodeJS "listening" on port 5000.
I can go to the "localhost" and use the site on that port in my browser. I can upload and delete photos on it. I can register and get it to send confirmation emails.
I cannot find a guide that shows how to get a domain registered to the site and push the site through my router. Though I know vaguely how some of this is done it is extremely murky.
Do I need Apache? Do I need to take certain security measures?
Where do port 80, the machine's public IP, its private IP, the router's IP, and the domain name tie together in a tangible way?
Every search, every guide is giving me near solutions that end up creating misdirection. (I know a Digital Ocean server is probably preferable, but I want to do this as a learning experience.)
Thank you for the link or clear steps for how to make this available on the www.
I hope that's clear enough. It's available on the localhost. I want it on the www.
linux hosting internet
My site/app is running on the localhost. How do I make it available on the www?
I want my computer to host the site. I do not want to migrate the site to a host on a Digital Ocean or other hosting service.
I have a Linux machine running Mongod and NodeJS "listening" on port 5000.
I can go to the "localhost" and use the site on that port in my browser. I can upload and delete photos on it. I can register and get it to send confirmation emails.
I cannot find a guide that shows how to get a domain registered to the site and push the site through my router. Though I know vaguely how some of this is done it is extremely murky.
Do I need Apache? Do I need to take certain security measures?
Where do port 80, the machine's public IP, its private IP, the router's IP, and the domain name tie together in a tangible way?
Every search, every guide is giving me near solutions that end up creating misdirection. (I know a Digital Ocean server is probably preferable, but I want to do this as a learning experience.)
Thank you for the link or clear steps for how to make this available on the www.
I hope that's clear enough. It's available on the localhost. I want it on the www.
linux hosting internet
linux hosting internet
asked Apr 30 at 18:02
AntAnt
1
1
closed as off-topic by Michael Hampton♦ Apr 30 at 18:56
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Michael Hampton
closed as off-topic by Michael Hampton♦ Apr 30 at 18:56
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Michael Hampton
I was sent here with this question already from another stack site. I was sent to this site with this question
– Ant
Apr 30 at 19:00
add a comment |
I was sent here with this question already from another stack site. I was sent to this site with this question
– Ant
Apr 30 at 19:00
I was sent here with this question already from another stack site. I was sent to this site with this question
– Ant
Apr 30 at 19:00
I was sent here with this question already from another stack site. I was sent to this site with this question
– Ant
Apr 30 at 19:00
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
I was sent here with this question already from another stack site. I was sent to this site with this question
– Ant
Apr 30 at 19:00