1.4.9 • Published 6 months ago

nc-setup v1.4.9

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

nc-setup

  1. First-time Usage
  2. Data Engineering Setup

First-time Usage

In order to use this installation script you will need to have Node on your machine. If you have already started the course then you can move on to the next step.

However if you are currently doing the precourse you will need to follow the instructions for your machine.


Linux - If you are using an Ubuntu partition or Windows Subsystem for Linux (WSL) then this one is for you.

For this you will need to use a terminal. On the Ubuntu partition there will be a terminal app that you can use. On WSL you should use the Ubuntu App (you can find this be searching from your start menu).

There is a video guide you can use here (I need to make this video)

1. Copy and paste the following command into your terminal and hit enter to install Node via NVM:

sudo apt-get install curl && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash && source ~/.nvm/nvm.sh && nvm install node && nvm use node

2. Copy and paste the following command into your terminal and hit enter to run the Northcoders setup script

npx nc-setup sd

MacOS

For this you will need to use a terminal. On your Mac you should be able to find the Terminal app. Open the application and follow the next step.

There is a video guide you can use here (I need to make this video)

1. Copy and paste the following command into your terminal and hit enter to install Node via NVM:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash && source ~/.nvm/nvm.sh && nvm install node && nvm use node

2. Copy and paste the following command into your terminal and hit enter to run the Northcoders setup script

npx nc-setup sd

Data Engineering Setup

As you should already have node on you machine you should be able to just copy and paste the following command in your terminal.

npx nc-setup de
1.4.6

6 months ago

1.4.5

8 months ago

1.4.9

6 months ago

1.4.8

6 months ago

1.4.7

6 months ago

1.4.4

8 months ago

1.2.0

11 months ago

1.1.0

12 months ago

1.4.3

11 months ago

1.4.2

11 months ago

1.4.1

11 months ago

1.4.0

11 months ago

1.3.0

11 months ago

1.0.0

1 year ago