aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichel Etienne2014-05-13 14:53:48 +0200
committerMichel Etienne2014-05-13 14:53:48 +0200
commit344b2775749317babe46ed4a4ea8c18a3be2621a (patch)
treeeb571a5bb9289ebb0f4fae8fa17d6a9ff6a2110d /README.md
parent462f9704de0f21dca645d742b020bdf15eec017d (diff)
downloadchouette-core-344b2775749317babe46ed4a4ea8c18a3be2621a.tar.bz2
set versions for v2.4 delivery
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 13093016d..59bde48c2 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,11 @@ Feel free to test and access to the free SaaS web site at [http://appli.chouette
* password : chouette
* Create your own organisation : Must follow the link "Sign up" ("S'inscrire")
+Release Notes
+-------------
+
+The release notes can be found in [CHANGELOG](./CHANGELOG.md) file
+
Requirements
------------
@@ -38,7 +43,6 @@ rvm --default use 1.9.3-p448
```
On Debian/Ubuntu/Kubuntu OS : assume depot contains the correct version
-
```sh
sudo apt-get install postgresql
sudo apt-get install libpq-dev
@@ -53,16 +57,15 @@ sudo apt-get install make
Installation
------------
-
Install chouette-gui-command to import, export and validate transport offer,
Assume Linux user is myuser and its group mygroup (that user is the one who starts Rails server)
```sh
sudo mkdir -p /usr/local/opt/chouette-command/
sudo chown -R myuser:mygroup /usr/local/opt/chouette-command/
cd /usr/local/opt/chouette-command/
-wget http://maven.chouette.cityway.fr/fr/certu/chouette/chouette-gui-command/2.3.0/chouette-gui-command-2.3.0.zip
-unzip chouette-gui-command-2.3.0.zip
-cd chouette-cmd_2.3.0
+wget http://maven.chouette.cityway.fr/fr/certu/chouette/chouette-gui-command/2.4.0/chouette-gui-command-2.4.0.zip
+unzip chouette-gui-command-2.4.0.zip
+cd chouette-cmd_2.4.0
sudo chmod a+w .
```
@@ -71,7 +74,7 @@ Install web application
Get git source code :
```sh
cd
-git clone -b V2_3 git://github.com/afimb/chouette2
+git clone -b V2_4 git://github.com/afimb/chouette2
cd chouette2
```
Download gem librairies