diff options
| -rw-r--r-- | INSTALL.md | 13 | 
1 files changed, 12 insertions, 1 deletions
| diff --git a/INSTALL.md b/INSTALL.md index 5fdd30e43..f5ec6418b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -64,7 +64,18 @@ When promted for the password enter the highly secure string `chouette`.  #### Install node.js packages -      bundle exec rake npm:install +      bundle exec rake npm:installndle +       +#### Check installation + +* Run tests + +      bundle exec rake spec +      bundle exec rake teaspoon + +* Start local server + +      bundle exec rails server  ### Authentication | 
