aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBruno Perles2016-01-12 14:56:13 +0100
committerBruno Perles2016-01-12 14:56:13 +0100
commit2d05414eddf160b8fff826145fd884dfc73267ae (patch)
tree18dbdbbf1e0e58c9125697df253e0c24badf46c9 /README.md
parenta83382ffb20ec6326fe4057ee767bab515924476 (diff)
downloadchouette-core-2d05414eddf160b8fff826145fd884dfc73267ae.tar.bz2
Add osrm_endpoint to secrets.yml, update README file
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4fdf19e0e..5161d5ca8 100644
--- a/README.md
+++ b/README.md
@@ -122,6 +122,10 @@ Configure the way that Chouette2 sends e-mail.
* Edit [devise_async.rb](./config/initializer/devise_async.rb) and uncomment and set```Devise::Async.enabled``` ( true if you want to use asynchronously and false otherwise )
* see [Devise Async specification](https://github.com/mhfs/devise-async)
+Configure OSRM Backend URL
+* Edit [secrets.yml](./config/secrets.yml) and change```osrm_endpoint```
+* see [Project-OSRM](https://github.com/Project-OSRM/osrm-backend/wiki/Api-usage-policy)
+
Run
---
@@ -169,6 +173,11 @@ License
This project is licensed under the CeCILL-B license, a copy of which can be found in the [LICENSE](./LICENSE.md) file.
+Project-OSRM Licence
+-------------------------
+
+Project-OSRM is licensed under the [ODbL](http://opendatacommons.org/licenses/odbl/) licence.
+
Release Notes
-------------