Skip to content

Hosting

cs329yangzhong edited this page Oct 25, 2017 · 9 revisions

GitHub Pages

Every GitHub account allows you to host one website that can be edited directly from a GitHub repository.

We first created a public repo on GitHub. The repository needs to be named cs329e-idb in order to work. We set ours up using a terminal. Here are the steps to setup your own:

Open up the terminal Clone the repository to your local machine in the folder of your choice using "git clone your-username.github.io" Create an index.html file, this will become your homepage Add, commit, and push changes to the public repo to add to your website To access your website go to your-username.github.io You can now add more pages to your repo and create any type of website you desire The name of our public repo and the original webpage domain was https://github.com/Paprika69/cs329e-idb

Namecheap

It is possible to use a different domain to access your website. We used namecheap.com to secure a free domain name that was then linked to the public repo. Here are the steps to set up your own:

学姐你需要补充一下这部分

##GCP deploy ....

Clone this wiki locally