Dev environment setup on Linux

A few notes to get myself setup on Linux (assumes a Debian based distro).

Git

  1. Run: $ sudo apt-get install git
  2. Test install: $ git --version

NodeJS

  1. Run: $ sudo apt-get install nodejs nodejs-legacy npm
  2. Test install: $ npm --version

Ruby

  1. Run: $ sudo apt-get install ruby ruby-dev
  2. Test install: $ ruby --version
Back to blog

By Scott Vinkle

Hi, I'm Scott. I'm a web accessibility consultant and front end engineer from Toronto, Canada. I write, speak, instruct workshops, and share code about accessibility development and design.

Book a Free Call