aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Florisson2015-06-11 11:37:47 +0200
committerMarc Florisson2015-06-11 11:37:47 +0200
commitb4eee1185b42d0208f855f55e056157a82b49429 (patch)
tree7d38681034ae663db5744bd849d5824ddc549be0
parentdd1635f95d06c679e7e5eb8a5ef10225628c0e23 (diff)
downloadchouette-core-b4eee1185b42d0208f855f55e056157a82b49429.tar.bz2
add bundler version requirement on README
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index b7ba4e9c4..cb757d640 100644
--- a/README.md
+++ b/README.md
@@ -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)