Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thierrymichel/pw2015
- Owner: thierrymichel
- License: mit
- Created: 2015-10-01T13:24:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-03T01:47:30.000Z (over 9 years ago)
- Last Synced: 2024-10-14T17:16:42.378Z (3 months ago)
- Size: 21.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)