diff options
| author | Michel Etienne | 2014-05-13 14:53:48 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2014-05-13 14:53:48 +0200 | 
| commit | 344b2775749317babe46ed4a4ea8c18a3be2621a (patch) | |
| tree | eb571a5bb9289ebb0f4fae8fa17d6a9ff6a2110d /README.md | |
| parent | 462f9704de0f21dca645d742b020bdf15eec017d (diff) | |
| download | chouette-core-344b2775749317babe46ed4a4ea8c18a3be2621a.tar.bz2 | |
set versions for v2.4 delivery
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 | 
1 files changed, 9 insertions, 6 deletions
| @@ -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 | 
