1. Course Set Up - bcb420-2022/Yue_Zhou GitHub Wiki

Table of Contents

1.1 Account Set Up

Objective

  • submit issue in the Student Wiki repo - issues with my github name , and set up Student Wiki Page in the repo that I get added to.
Time estimated: 1 h; taken 1 h;
Date started: 2022-01-14; completed: 2022-01-14

Progress

  • Submit an issue in the bcb420-2021 organization with my GitHub username and wait for approval.
  • Created the student wiki page with provided format from BCH441.
  • Add my wiki page and repo link to the main Student Wiki page by editing the main wiki page.

Conclusion and Outlook

  • Finished wiki and repo account setup. Now I can submit and edit all my assessments here.

1.2 Docker Set Up

Objective

  • Set up the docker
Time estimated: 1 h; taken 2.5 h;
Date started: 2022-01-14; completed: 2022-01-14

Progress

  • Download and install the Docker
  • Pull the course docker image with the following command
docker run -e PASSWORD=changeit --rm \
  -v "$(pwd)":/home/rstudio/projects -p 8787:8787 \
  risserlin/bcb420-base-image:winter2022
  • In web browser, go to "localhost:8787" to open Rstudio in Docker.

Conclusion and Outlook

  • become familiarized with Docker.
⚠️ **GitHub.com Fallback** ⚠️