Difference: CSC121F2023Lab01 (4 vs. 5)

Revision 52023-08-15 - CathyBareiss

Line: 1 to 1
 
META TOPICPARENT name="CSC121SylF2023"

First Program: Fall 2023

Learning Objective(s)

Line: 16 to 16
 
    1. Create a project in the csc121fa2023 folder using your name. For me, I might choose cathybareiss
    2. invoke the shell
    3. enter: gcloud config set project {your project id (not name)}. For me, that would be cathybareiss
       gcloud config set project cathybareiss
Changed:
<
<
    1. 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.)
>
>
    1. 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.)
 
  1. 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
  2. Launch JGrasp

Part Two

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback