You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/2019/spring/psets/5/homepage/homepage.adoc
+4-17
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
layout: 2018/fall
2
+
layout: 2019/spring
3
3
---
4
4
5
5
= Homepage
@@ -20,10 +20,9 @@ Focusing on just the first two of those three languages for now, create a simple
20
20
21
21
== Getting Started
22
22
23
-
Here's how to download this problem's "distribution code" (i.e., starter code) into your own CS50 IDE. Log into link:https://cs50.io/[CS50 IDE] and then, in a terminal window, execute each of the below.
23
+
Here's how to download this problem's "distribution code" (i.e., starter code) into your own CS50 IDE. Log into link:https://ide.cs50.io/[CS50 IDE] and then, in a terminal window, execute each of the below.
24
24
25
-
1. Execute `update50` to ensure your IDE is up-to-date. That command might take a few minutes to finish.
26
-
1. Execute `cd` to ensure that you're in `~/workspace/` (i.e., a directory called `workspace` that's in your home directory, aka `~`).
25
+
1. Execute `cd` to ensure that you're in your home directory, aka `~`.
27
26
1. Execute `mkdir pset5` to make (i.e., create) a directory called `pset5` in your home directory.
28
27
1. Execute `cd pset5` to change into (i.e., open) that directory.
29
28
1. Execute `wget http://cdn.cs50.net/2018/fall/psets/5/homepage/homepage.zip` to download a (compressed) ZIP file with this problem's distribution.
@@ -125,17 +124,5 @@ For fairly comprehensive guides on the languages introduced in this problem, che
125
124
Execute the below, logging in with your GitHub username and password when prompted. For security, you'll see asterisks (`*`) instead of the actual characters in your password.
126
125
127
126
```
128
-
submit50 cs50/2018/fall/homepage
127
+
submit50 cs50/2019/spring/homepage
129
128
```
130
-
131
-
== Deploying Your Homepage
132
-
133
-
If you would like to deploy your homepage publicly, so that anyone on the internet can visit it, you can optionally run:
134
-
135
-
```
136
-
check50 cs50/2018/fall/challenges/site
137
-
```
138
-
139
-
Then visit `https://USERNAME.cs50.site/`, where `USERNAME` is your GitHub username (not your IDE username). Best to wait a few minutes, else you might see *404 Not Found*.
140
-
141
-
If you make changes to your homepage in CS50 IDE, you can re-deploy those changes as many times as you'd like by running the above command again. As before, it might take a few minutes for the changes to appear.
0 commit comments