Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 1.86 KB

Boot.md

File metadata and controls

67 lines (36 loc) · 1.86 KB

Preliminary Course Setup

 ____  ____  _  _   __  ____  ____ 
(    \(  __)/ )( \ /  \(  _ \/ ___)
 ) D ( ) _) \ \/ /(  O )) __/\___ \
(____/(____) \__/  \__/(__)  (____/

The Ottomatica Distribution ttyS0

v2021.1 - Kernel 5.10.1

ncsu-csc login: ░

Communication channels

  1. We will use Discord, a platform supporting instant messaging, group discussion in channels, and even voice, and video broadcasts, for course communication, clarification questions, class activities, and announcements. You can get the Desktop and mobile app or use the web version.

    You can join the server using this signup link: (Provided in email.)

Development Tools

We will be use using node.js through the course.

  1. Follow the instructions to install nodejs.

If running nodejs on Windows, you may want to check the option to install devtools, which will improve your ability to build c/c++ based modules on windows.

Docable Notebooks

We will use notebooks for some learning exercises.

  1. Please follow install instructions to install docable notebooks.

docable

Opunit checks

Do you have a functioning development environment needed for the course?

We have a tool that can help check.

  1. Inside a terminal, run:
npm install ottomatica/opunit -g
  1. Now run:
opunit profile CSC-DevOps/profile:519.yml

You should see something like:

opunit-pass

For more details about this report, see this page. You will want to have as many green checks as possible before starting class.