diff options
author | Teddy Wing | 2017-07-25 22:54:40 +0200 |
---|---|---|
committer | Teddy Wing | 2017-07-25 22:54:40 +0200 |
commit | 1b5ea95633912282ea45c766e60853dc957398d0 (patch) | |
tree | cd582c66e8fb1522e147064301b30baa8307fac5 /000-Préparation.md | |
download | Deux-Scoops-Rails-Tutorial-1b5ea95633912282ea45c766e60853dc957398d0.tar.bz2 |
Initial commit. First version of tutorial.
Includes:
* Prerequisite installation procedures
* Project setup
* Ice Cream model and page display
* Authentication
* Creating a model via the interface
* A Rails command reference
Desired additions:
* Editing ice creams (only by users who created them)
* Comments on ice creams
* Ratings of ice creams
* Maybe some info about the asset pipeline
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/) |