To register your domain on Godaddy.com you need to register with Godaddy.com, if you are not registered. If you are already registered then login to your account and shop for your domain.
For e.g., if you want to register your domain name as jonhywalker.com type
jonhywalker.com
into the above input field and click on Search Domain
button.
jonhywalker.com
is available for registration then it will show below
screen:Let’s understand fastn project creation in just 5 minutes by playing!
With this, we are also going to create our new fastn website by following the very short embedded tutorial.
Do you have a GitHub account?
Log in with GitHub.com into your GitHub account.
Or
Create your GitHub account by following simple steps by the GitHub sign-up process.
Now as you signed into your GitHub account, let's start creating our first fastn website project on GitHub.
To start with it, create a repository using fastn-template - Click hereClick on Public to make your fastn website visible to the public. You can click on Private in case you want to keep it private. We recommend keeping the Public selected.
You can also add a description of your fastn website (optional).
Once you click on theCreate repository from template
button your first ever
fastn web repository is ready.Edit your repository README.md file and remove default content from it.
Follow the below steps to make your firstfastn
website live.
Actions
tab and check for the green tick, if the Update
README.md workflow ran successfully.Settings
tab and follow Step-1
to Step-5
shown in below
image:Settings
tab follow Step-1 to Step-5Actions
tab and check for the green tick, if pages build and deployment
workflow ran successfully.Once pages build and deployment ran successfully. Your first fastn
website is
live.
Settings
tab and follow the below steps:Visit site
buttonWe have already registered your domain using Godaddy.com. Let’s link your GitHub repository with your website by adding DNS(Domain Name System) configurations to it.
Follow the below steps to add DNS configurations:
Visit GitHub documentation to update DNS configurations. To open - Click here.
Go to Step No. 5 - Keep this documentation open in the browser tab
Switch to the new tab OR go to the Godaddy.com account dashboard and follow below steps:
Or
In the Name field type @
In Value enter 185.199.108.153 ip address(refer Step No.2 from this document)
600
185.199.108.153 185.199.109.153 185.199.110.153 185.199.111.153
Repeat Step 7 to Step 10 from this document.
Once you add all four A record IP addresses. Then start adding AAAA records
2606:50c0:8000::153 2606:50c0:8001::153 2606:50c0:8002::153 2606:50c0:8003::153
Repeat Step 7 to Step 10 from this document. And select AAAA record instead of A record.
Update the Value shown in the above image and click save. CNAME value is always your GitHub username and github.io
So if your GitHub username is johnywalker75 then your CNAME value will be johnywalker75.github.io
Your Godaddy domain configuration is ready.
Click on the Commit new file button. A CNAME file will be created on your repository root directory.
www.johnywalker.com
domain is now public live.