Skip to content

pkarthik88/IT5007

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT5007 Tutorial Setup and Submission

docker load -i docker_base_image.tar
  • For Windows, launch a container from this image using
docker run -p 127.0.0.1:3000:3000/tcp --name tutorial3 -dit it5007_tutorial:t3 bash
  • For Mac, use the following command with the extra '--platform linux/amd64' flag
docker run -p 127.0.0.1:3000:3000/tcp --platform linux/amd64 --name tutorial3 -dit it5007_tutorial:t3 bash
  • Download the skeleton code for the tutorial, using ONE of the following methods:
    • Using Git Clone:
      • Attach shell to container on VSCode.
      • cd /home
      • $ git clone https://github.com/pkarthik88/IT5007 it5007
    • Using Manual Download:
      docker cp <path where the skeleton code is available> tutorial3:/home/it5007/
      
  • Attach shell to the container on VSCode and work on your tutorial from /home/it5007/
cd /home/it5007/
  • Once you are done with the changes to the code base, add node_modules to .gitignore, but ensure package.json reflects all packages you installed additionally.
  • Make sure you commit your changes to the repository using the command:
    • $git commit -am "answer to T3"

IT5007 Tutorial Submission

  • Push the code to your PRIVATE github repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published