diff options
Diffstat (limited to '000-Préparation.md')
-rw-r--r-- | 000-Préparation.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/000-Préparation.md b/000-Préparation.md new file mode 100644 index 0000000..f0f621e --- /dev/null +++ b/000-Préparation.md @@ -0,0 +1,7 @@ +Préparation +=========== + +* Installer Ruby >=2.2.2 (https://github.com/rbenv/rbenv) +* Installer Bundler (`gem install bundler`) +* Installer Rails (`gem install rails`) +* Installer Postgres (`brew install postgresql` ou https://postgresapp.com/) |