Skip to content

Account Set up

zixin0601 edited this page Jan 16, 2023 · 56 revisions

Objective

Complete account setup and install Docker for this course

Duration

Time estimate: 1h; taken: 4h
Date Started: 2023-01-13; completed: 2023-01-13

Procedure

  • Set up my Student Wiki Page
    • Submit an issue in the Student Wiki repo with my github name
    • Invitation Received
    • Set up my Student Wiki Page in the repo
  • Start my first Journal
    • Use [[Journal]] to link subpages
    • Add copy-right CC licence to Journal
  • Add insights! page to my Wiki page with CC license
  • Downloaded and installed Docker with apple chip through docker website
  • Create a new Docker image and container from the bcb420 Dockerfile
    • docker pull risserlin/bcb420-base-image
    • Run Docker in course folder, create image
      cd /Users/wengjiaming/Documents/BCB420 docker run -e PASSWORD=changeit --rm \ -v "$(pwd)":/home/rstudio/projects -p 8787:8787 \ risserlin/bcb420-base-image:winter2023

Results

  • Successfully set up the account for repositories and student wiki and started my first journal
  • Installed Docker, add new Docker image and container

Conclusion and Outlook

  • I finished setting up the basic components needed for this course.
  • Have some problems with adding CC license in footnote, need to solve it.

Reference

Steipe, B., & Isserlin, R. (2022). Unit 1 Bioinfo Prep https://bcb420-2023.github.io/General_course_prep/

CC BY-SA 4.0

CC BY-SA 4.0