| |
| META TOPICPARENT |
name="CSC121SylF2023" |
First Program: Fall 2023
Learning Objective(s) |
| |
-
- Create a project in the csc121fa2023 folder using your name. For me, I might choose cathybareiss
- invoke the shell
- enter: gcloud config set project {your project id (not name)}. For me, that would be cathybareiss
gcloud config set project cathybareiss
|
|
< < |
-
- enter the following (the {YOUR INSTANCE NAME} should be the name you want for the machine such as: BareissProg1
gcloud compute instances create {YOUR INSTANCE NAME} --image-project csc121fa2023sample --image csc121fa2023sample --machine-type e2-small my example would be: gcloud compute instances create BareissProg1 --image-project csc121fa2023sample --image csc121fa2023sample --machine-type e2-small You might want to choose a different zone (esp. if you are having problems.)
|
> > |
-
- enter the following (the {YOUR INSTANCE NAME} should be the name you want for the machine such as: BareissProg1
gcloud compute instances create {YOUR INSTANCE NAME} --image-project csc121f2023sample --image csc121f2023sample --machine-type e2-small my example would be: gcloud compute instances create BareissProg1 --image-project csc121f2023sample --image csc121f2023sample --machine-type e2-small You might want to choose a different zone (esp. if you are having problems.)
|
| |
- Remote into it from any machine using remote access. If you are on a Mac, you might need to download an app to allow the Mac to remote into a virtual Windows machine
- Launch JGrasp
Part Two |