This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:cprog:fall2023:projects:abc0 [2023/08/16 21:38] – external edit 127.0.0.1 | notes:cprog:fall2023:projects:abc0 [2023/08/23 23:27] (current) – [Create info.text file with personal information (name, email, program, discord username, etc...)] cmazzara | ||
---|---|---|---|
Line 7: | Line 7: | ||
====Log into Lab46 (shell)==== | ====Log into Lab46 (shell)==== | ||
+ | Log into Lab46 by opening a terminal. To do this open the start button for Windows and type in CMD for command prompt. On Linux, travel to Applications, | ||
+ | Congratulations! You are now logged into Lab46. You may disconnect by typing the " | ||
====Clone lab46 semester repo on lab46==== | ====Clone lab46 semester repo on lab46==== | ||
+ | The version control we use is mercurial, so the command is " | ||
+ | The commands in order to clone (credit to Jess) are below: | ||
+ | |||
+ | hg clone ssh:/ / | ||
+ | |||
+ | hg clone ssh:/ / | ||
+ | |||
+ | |||
+ | In order to get into src, input cd src. | ||
+ | |||
+ | Then, you're going to want to make the directories for CPROG. You can do this using the mkdir command. "mkdir cprog" | ||
+ | |||
+ | In case of explosion, you can also use the command " | ||
====Log into Lab46 wiki==== | ====Log into Lab46 wiki==== | ||
Line 15: | Line 30: | ||
====Clone lab46 semester repo on your system==== | ====Clone lab46 semester repo on your system==== | ||
- | ====Create info.text file with information==== | + | ====Create info.text file with personal |
+ | You can do this by doing echo " | ||
====Create and execute hello.c==== | ====Create and execute hello.c==== | ||
====Locate journal and customize title and intro==== | ====Locate journal and customize title and intro==== | ||
+ | The journal is to the left of the screen and underneath content on the left side of the screen towards the top of this web page. |