diff options
| author | Robert Dober | 2017-05-05 07:23:02 +0200 | 
|---|---|---|
| committer | GitHub | 2017-05-05 07:23:02 +0200 | 
| commit | 2df84619b9b5950a3bbbb5550d3cc03ba1489df2 (patch) | |
| tree | cf7b84c1138058db2c3539748486941a5cbe82e2 | |
| parent | de12174819c0cb9383e99f4e32cef6f815ab09f7 (diff) | |
| download | chouette-core-2df84619b9b5950a3bbbb5550d3cc03ba1489df2.tar.bz2 | |
Update INSTALL.md
| -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 | 
