Einrichtung der Entwicklungsumgebung unter Linux

Ein paar Notizen, um mich unter Linux einzurichten (setzt eine Debian-basierte Distribution voraus).

Git

  1. Führen Sie Folgendes aus: $ sudo apt-get install git
  2. Testinstallation: $ git --version

NodeJS

  1. Führen Sie Folgendes aus: $ sudo apt-get install nodejs nodejs-legacy npm
  2. Testinstallation: $ npm --version

Rubin

  1. Führen Sie Folgendes aus: $ sudo apt-get install ruby ruby-dev
  2. Testinstallation: $ ruby --version
Zurück zum 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