Configuration de l'environnement de développement sous Linux

Quelques notes pour m'installer sur Linux (en supposant une distribution basée sur Debian ).

Gite

  1. Exécutez : $ sudo apt-get install git
  2. Test d'installation : $ git --version

NodeJSName

  1. Exécutez : $ sudo apt-get install nodejs nodejs-legacy npm
  2. Test d'installation : $ npm --version

Rubis

  1. Exécutez : $ sudo apt-get install ruby ruby-dev
  2. Test d'installation : $ ruby --version
Retour au 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