Setup Node - Deepstash
Machine Learning With Google

Learn more about computerscience with this collection

Understanding machine learning models

Improving data analysis and decision-making

How Google uses logic in machine learning

Machine Learning With Google

Discover 95 similar ideas in

It takes just

14 mins to read

Setup Node

Next, I have to build the source code. For that I need NodeJS setup in the machine where the job is running. The runner is simply a blank server at the time of creation (of course it has the "runner" software needed to run the workflow). I use the Github-hosted runner. The default Ubuntu server that Github provides is sufficient for my usecase. I digress. On the runner server, I setup NodeJs using the action setup-node . This, again, is a fairly common action. It takes as input the node version you need. I use version 14.x

1

0 reads

MORE IDEAS ON THIS

Build And Deploy

package.json contains deployment script. This script is a combination of two commands; gatsby build --prefix-paths and gh-pages -d public . In the last step ...

1

1 read

Motivation

Motivation

One of the goals I have set for myself is to be consistant at writing. This means I will have to frequently publish the articles. For the first few posts, I did manual deployments from my laptop. Now, I have automated the process. As soon as I merge a post to the master branch, a deployment scrip...

1

12 reads

Install Depend

The next step is pretty obvious. It is to install the library that the application needs using the command npm ci . If you are wondering why I did not use npm install , this artic...

1

0 reads

Checkout The Code

The first step, of course, is to checkout the master branch. This is done using the actions/checkout action, which is a pretty standard action everyone uses.

1

4 reads

CURATED FROM

CURATED BY

Using GitHub Actions.

Related collections

More like this

Learning Python: Setup

Learning Python: Setup

The first thing we need to consider when starting to learn a programming language, is what shall we use. There are a few things we can use, for example python IDLE, pycharm, VS code, notepad++, anaconda or Google Colab.

For these lessons I would recommend pycharm. But first we need to insta...

Read & Learn

20x Faster

without
deepstash

with
deepstash

with

deepstash

Access to 200,000+ ideas

Access to the mobile app

Unlimited idea saving & library

Unlimited history

Unlimited listening to ideas

Downloading & offline access

Personalized recommendations

Supercharge your mind with one idea per day

Enter your email and spend 1 minute every day to learn something new.

Email

I agree to receive email updates