diff options
| author | Luc Donnet | 2013-05-28 13:46:40 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2013-05-28 13:46:40 +0200 | 
| commit | e4815ccd9c1a26ebe9cd4a5160b4131ead5b6448 (patch) | |
| tree | 46b779b97e29beeb6a61bd41e41167fdfe5c8b37 /README.md | |
| parent | e24453fbdc2a9a92b3cce8000550977b0d1e7a59 (diff) | |
| download | chouette-core-e4815ccd9c1a26ebe9cd4a5160b4131ead5b6448.tar.bz2 | |
Fix download chouette command for documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 35 | 
1 files changed, 23 insertions, 12 deletions
@@ -31,6 +31,7 @@ sudo apt-get install postgresql  sudo apt-get install pgadmin3   sudo apt-get install openjdk-7-jdk   sudo apt-get install git  +sudo apt-get install unzip  ```  Installation @@ -44,18 +45,7 @@ Get git code :  ```sh  cd workspace  git clone -b V2_0_3 git://github.com/dryade/chouette2 -``` - -Install chouette-gui-command to import and export transport offer :  -```sh -sudo mkdir -p /usr/local/opt/chouette-command/ -cd /usr/local/opt/chouette-command/ - -sudo unzip /home/chouette/workspace/chouette/chouette-gui-command/target/chouette-cmd_2.0.3.zip -sudo mv chouette-cmd_2.0.3 chouette-gui-2.0.3 -cd chouette-cmd_2.0.3 -sudo chmod a+x chouette -sudo chmod a+w . +cd chouette2  ```  **JRuby** @@ -68,6 +58,16 @@ sudo apt-get install libproj-dev  sudo apt-get install make  ``` +Install chouette-gui-command to import and export transport offer :  +```sh +sudo mkdir -p /usr/local/opt/chouette-command/ +cd /usr/local/opt/chouette-command/ +wget http://chouette.dryade.net/chouette-cmd_2.0.3.zip +unzip chouette-cmd_2.0.3.zip +cd chouette-cmd_2.0.3 +sudo chmod a+w . +``` +  Build War ( Use RAILS_ENV production mode and parameters )  ```sh   jgem install bundler --version 1.2.4 @@ -87,6 +87,17 @@ sudo chmod a+x /var/lib/chouette/imports /var/lib/chouette/exports /var/lib/chou  ```  **Ruby** +Install chouette-gui-command to import and export transport offer :  +```sh +sudo mkdir -p tmp/chouette-command/ +cd tmp/chouette-command/ +wget http://chouette.dryade.net/chouette-cmd_2.0.3.zip +unzip chouette-cmd_2.0.3.zip +cd chouette-cmd_2.0.3 +sudo chmod a+w . +``` + +Install  ```sh  gem install bundler  bundle install  | 
