aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLuc Donnet2015-05-22 11:40:04 +0200
committerLuc Donnet2015-05-22 11:40:04 +0200
commit04c4cbeb5d6a87e4c03a3bfc35da049d9d08f9d3 (patch)
tree252a1f0ed0f08fad433082baf6d82ab96a829f3b /README.md
parent51f9a0871396e0a2177db86e049399e3d0e92cae (diff)
downloadchouette-core-04c4cbeb5d6a87e4c03a3bfc35da049d9d08f9d3.tar.bz2
Fix Chouette Web Service IEV name on README
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index 38d320727..fa904c647 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ This code has been run and tested on [Travis](http://travis-ci.org/afimb/chouett
* Java 7
* Postgres 9.3
* Proj 4.8.0
-* [Chouette Web Services](https://github.com/afimb/chouette) 3.X
+* [Chouette Web Service IEV](https://github.com/afimb/chouette) 3.X
External Deps
-------------
@@ -102,9 +102,8 @@ Configure Rails secret key.
* Edit [secrets.yml](./config/secrets.yml) and uncomment and set```secret_key_base```
* see [Rails documentation](http://guides.rubyonrails.org/4_1_release_notes.html#config-secrets-yml)
-Configure API Endpoint for Chouette Web Services.
+Configure API Endpoint for Chouette Web Service IEV
* Edit [secrets.yml](./config/secrets.yml) and uncomment and set```api_endpoint```
-* see [API IEV](https://github.com/afimb/chouette)
Configure Google Analytics Key.
* Edit [secrets.yml](./config/secrets.yml) and change```google_analytic_tracker```
@@ -118,12 +117,6 @@ Configure IGN Géoportail Key.
Run
---
-Launch the task to import and export asynchronously
-```sh
-RAILS_ENV=production bundle exec rake jobs:work
-```
-This task may be added in system start up configuration
-
Launch rails server with [WEBrick](http://guides.rubyonrails.org/command_line.html#server-with-different-backends) ( default RoR web server, note: running on default port 3000)
```sh
RAILS_ENV=production bundle exec rails server
@@ -156,7 +149,7 @@ API Documentation
The description of the restful API is described in :
* [User manual file](./doc/interfaces/Chouette_API_REST_v1.2.pdf)
* [XSD file](./doc/interfaces/api_rest_v1.xsd)
-* [Chouette Web Services](https://github.com/afimb/chouette)
+* [Chouette Web Service IEV](https://github.com/afimb/chouette)
License