Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thierrymichel/pw2015

Adoptez un workflow web ! - Atelier Paris Web 2015
https://github.com/thierrymichel/pw2015

Last synced: about 1 month ago
JSON representation

Adoptez un workflow web ! - Atelier Paris Web 2015

Awesome Lists containing this project

README

        

# pw2015
Adoptez un workflow web ! - Atelier Paris Web 2015

## Prérequis

Avoir RUBY, GIT et NODE.JS installés, fonctionnels et disponibles en ligne de commande…

### Ruby

Si vous êtes sur Mac OS X, à priori, c'est déjà là, rien à faire.
Pour Windows, c'est par ici : [RubyInstaller](http://rubyinstaller.org/)

```bash
$ ruby -v #2.2.0+
```

### GIT

+ [Installation sur Mac](https://git-scm.com/book/fr/v1/D%C3%A9marrage-rapide-Installation-de-Git#Installation-sur-Mac)
+ [Installation sur Windows](https://git-scm.com/book/fr/v1/D%C3%A9marrage-rapide-Installation-de-Git#Installation-sur-Windows)

> Note pour les utilisateurs Mac :
>
> + Vous pouvez remplacer Macports par [Homebrew](http://brew.sh/)
> + GIT peut également s'installer via Xcode et les Command line tools

```bash
$ git --version #v2.6.0+
```

### node.js

[Page d'accueil de node.js](https://nodejs.org)

```
$ node -v #v0.12.2+
```

-----

> Note pour les utilisateurs Windows : pour disposer des commandes Unix dans la console, vous pouvez jeter un coup d'oeil à [Cygwin](https://www.cygwin.com/) ou à [Gow](https://github.com/bmatzelle/gow/wiki)