🚀 Going live · The Lab · NBN IA

Going Live Course · Module 01

What "going live" means

Your site exists on your computer… but nobody can see it. Going live means putting it on an always-on server so it's reachable anywhere, via a web address. Hit Publish. 👇

01 · What it is02 · Hosting03 · Platform
The game · from "at home" to "for everyone"

Publish your site

💻
On your computer
visible only to you
🌍
On the internet
visible to everyone
📁 local file: C:/my-site/index.html
🌍 Live! Your site went from your hard drive to a public server: anyone, anywhere, can open it with the address. That's what going live is. The next modules show HOW: hosting, domain, deployment.
What this teaches you

Local ≠ live

💻 Local

The site is on your machine. Handy for building and testing it, but invisible to the world.

🌍 Live

Put on a server running 24/7, reachable via a URL. That's "publishing" — making it public.

Check that you got it

2 quick questions

1. Taking a site "live" means…

Right: publishing = making the site reachable on the internet via an address, from an always-on server.

2. A "local" site…

Right: local = on your computer only. You have to publish it for others to reach it.

What to remember

  • Local = on your computer, visible only to you.
  • Going live = putting it on a public server, reachable via a URL.
  • The server is on 24/7: your site is there even when your PC is off.