aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichel Etienne2014-09-11 13:32:55 +0200
committerMichel Etienne2014-09-11 13:32:55 +0200
commitf7c74269723c8920044def1617516f53a5393eb1 (patch)
tree81fdfa5a5f0051e7dc0fdd632a2ba0582b466c08 /README.md
parentcd591d22126430fd9c1a132862067ce2528a917f (diff)
downloadchouette-core-f7c74269723c8920044def1617516f53a5393eb1.tar.bz2
insert breadcrumb
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1637d5bd0..3b0127f99 100644
--- a/README.md
+++ b/README.md
@@ -57,15 +57,17 @@ sudo apt-get install make
Installation
------------
+On debian, chouette can also be installed as package : see [debian packages](http://packages.chouette.cityway.fr/debian/chouette)
+
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.4.1/chouette-gui-command-2.4.1.zip
-unzip chouette-gui-command-2.4.1.zip
-cd chouette-cmd_2.4.1
+wget http://maven.chouette.cityway.fr/fr/certu/chouette/chouette-gui-command/2.5.0/chouette-gui-command-2.5.0.zip
+unzip chouette-gui-command-2.5.0.zip
+cd chouette-cmd_2.5.0
sudo chmod a+w .
```
@@ -74,7 +76,7 @@ Install web application
Get git source code :
```sh
cd
-git clone -b V2_4 git://github.com/afimb/chouette2
+git clone -b V2_5 git://github.com/afimb/chouette2
cd chouette2
```
Download gem librairies