Updated website guide - checkbox list for steps

This commit is contained in:
niclaz 2024-08-06 15:57:54 +02:00 committed by GitHub
parent 5c323de966
commit 32b12bb8ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 21 deletions

View File

@ -21,31 +21,31 @@ NOTE: If you have already deployed the website code via Github Pages for testing
## Step-by-step Guide ## Step-by-step Guide
### Part 1: Github Pages ### Part 1: Github Pages
1 - Navigate to the project repository main page (example: github.com/web3privacy/c24bkk) - [ ] Navigate to the project repository main page (example: github.com/web3privacy/c24bkk)
1 - Deploy the project to Github Pages by selecting 'Settings' in the top menu bar - [ ] Deploy the project to Github Pages by selecting 'Settings' in the top menu bar
1 - Page loads, see the left hand menu bar, under the section 'Code and Automation' select 'Pages' - [ ] Page loads, see the left hand menu bar, under the section 'Code and Automation' select 'Pages'
1 - In the main window, under the 'Source' section, ensure 'Deploy from Branch' option is selected in the dropdown menu - [ ] In the main window, under the 'Source' section, ensure 'Deploy from Branch' option is selected in the dropdown menu
1 - Underneith it in the 'Branch' section, use the dropdown and select 'main' (next to it the '/root' option will autoselect itself) - [ ] Underneith it in the 'Branch' section, use the dropdown and select 'main' (next to it the '/root' option will autoselect itself)
1 - In this section 'Branch', click on the 'Save' button, the webpage will reload - [ ] In this section 'Branch', click on the 'Save' button, the webpage will reload
1 - After a few minutes Github Pages will deploy your code online, go to the Deployments section of your project (Example: github.com/web3privacy/c24bkk/deployments/github-pages) - [ ] After a few minutes Github Pages will deploy your code online, go to the Deployments section of your project (Example: github.com/web3privacy/c24bkk/deployments/github-pages)
1 - Here you can see the current deployments, their URL, a button to visit the site, and also where the option to Unpublish it is available - [ ] Here you can see the current deployments, their URL, a button to visit the site, and also where the option to Unpublish it is available
### Part 2: Porkbun ### Part 2: Porkbun
2 - Login to porkbun - [ ] Login to porkbun
2 - hover your mouse over 'web3privacy.info' within the domains list in home dashboard - [ ] hover your mouse over 'web3privacy.info' within the domains list in home dashboard
2 - two options should appear under the name, select the 'DNS' one - [ ] two options should appear under the name, select the 'DNS' one
2 - A pop-up appears requesting you create a new DNS record (below it is a list of the current DNS records) - [ ] A pop-up appears requesting you create a new DNS record (below it is a list of the current DNS records)
2 - Under Type, select 'CNAME - Canonical name record' - [ ] Under Type, select 'CNAME - Canonical name record'
2 - Under Host, type the subdomain you want it to point to (example: for c24bkk.web3privacy.info enter 'c24bkk' in this field) - [ ] Under Host, type the subdomain you want it to point to (example: for c24bkk.web3privacy.info enter 'c24bkk' in this field)
2 - Under Answer, type 'web3privacy.github.io' - [ ] Under Answer, type 'web3privacy.github.io'
2 - You can leave everything else within this pop-up as it and scroll down, select the big blue 'Add' button - [ ] You can leave everything else within this pop-up as it and scroll down, select the big blue 'Add' button
2 - scroll to top of the pop-up, a small banner should tell you the record was added (or if an error occured) - [ ] scroll to top of the pop-up, a small banner should tell you the record was added (or if an error occured)
### Part 3: Testing ### Part 3: Testing
3 - Wait 2-5 minutes (really, this can take some time to update) - [ ] Wait 2-5 minutes (really, this can take some time to update)
3 - Use a different browser or clear your browser cache and cookies - [ ] Use a different browser or clear your browser cache and cookies
3 - navigate to your project Github Pages URL (example: web3privacy.github.io/c24bkk) - [ ] navigate to your project Github Pages URL (example: web3privacy.github.io/c24bkk)
3 - If all is working then the domain within your browser bar should change to the subdomain of repository (example: c24bkk.web3privacy.info) - [ ] If all is working then the domain within your browser bar should change to the subdomain of repository (example: c24bkk.web3privacy.info)
### Troubleshooting ### Troubleshooting