Install apps on Ubuntu on Wsl2 in Windows 10

Posted on March 13, 2021 in DevOps • Tagged with #ubuntu, #wsl2, #win10, #git, #ssh, #nvm, #nodejs

Intro

This blog is a continuation from Install Docker Desktop on Windows 10 Home - including WSL, where I installed WSL2 on a Windows 10 laptop including openSUSE-Leap-15-1 as default distro in WSL2.

In this blog I want to start using Ubuntu 20.04 and see if it gives an ok …


Continue reading

Deploying Express REST API to Azure

Posted on October 29, 2017 in DevOps • Tagged with #npm, #git, #express, #nodejs, #azure

This blog is part of a series.

  1. Deploying Ionic to Azure
  2. Deploying Express REST API to Azure
  3. Add Facebook Authentication to your Express REST API - Planned

In this blog I will deploy an Express REST API to Azure Mobile Apps.

The exercise is almost identical to Part 1 - Deploy Ionic …


Continue reading

Using NVM for Windows and Yarn

Posted on October 08, 2017 in DevOps • Tagged with #nvm, #nodejs, #npm, #yarn, #chocolatay, #symlink

Microsoft created Taco (Tools for Apache Cordova) - a set of Node.js tools with specific versions. It was to be used from within Visual Studio, so they knew what was global in their Cordova apps. I blogged about it here

With Nvm For Windows you can stay in the shell …


Continue reading