diff options
| author | Marc Florisson | 2015-06-11 11:37:47 +0200 | 
|---|---|---|
| committer | Marc Florisson | 2015-06-11 11:37:47 +0200 | 
| commit | b4eee1185b42d0208f855f55e056157a82b49429 (patch) | |
| tree | 7d38681034ae663db5744bd849d5824ddc549be0 /README.md | |
| parent | dd1635f95d06c679e7e5eb8a5ef10225628c0e23 (diff) | |
| download | chouette-core-b4eee1185b42d0208f855f55e056157a82b49429.tar.bz2 | |
add bundler version requirement on README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 | 
1 files changed, 6 insertions, 1 deletions
| @@ -25,6 +25,7 @@ Requirements  This code has been run and tested on [Travis](http://travis-ci.org/afimb/chouette2?branch=master) with :  * Ruby 1.9.3 and 2.1.6 +* Bundler 1.10.3  * Java 7  * Postgres 9.3  * Proj 4.8.0 @@ -42,6 +43,11 @@ rvm  install ruby-2.1.6  rvm --default use 2.1.6  ``` +Install bundler 1.10.3 +```sh +gem install bundler -v 1.10.3 +``` +  On Debian/Ubuntu/Kubuntu OS : assume depot contains the correct version  ```sh  sudo apt-get install postgresql-9.3 @@ -69,7 +75,6 @@ cd chouette2  ```  Download gem librairies  ```sh -gem install bundler  bundle install  ```  Create [Postgres database user] (./doc/install/postgresql.md) | 
