From 67518e4b643d88ea609d49aea12f64617c1fdf27 Mon Sep 17 00:00:00 2001 From: Giovanni Lodi Date: Fri, 29 Apr 2016 15:05:47 +1000 Subject: Remove MongoDB reference from README Correct me if I'm wrong, but the [`sdl_server`](https://github.com/smartdevicelink/sdl_server) has recently been updated and simplified to not use Mongo anymore. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ac10996e78..621648154a 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Below are instructions for testing app launching and query with a full system se ### SDL Server The app querying specification defines an endpoint within Policies where sdl_core will reach out to receive a list of applications that can be launched. The SDL Server provides the back end functionality for app launching and querying. -You can find the SDL Server on [GitHub](https://github.com/smartdevicelink/sdl_server). The README contains detailed instructions for installing and launching the server. Launch the server on your local machine, and direct your browser to http://localhost:3000. Note that you need `mongod` running on your machine before launching the server. +You can find the SDL Server on [GitHub](https://github.com/smartdevicelink/sdl_server). The README contains detailed instructions for installing and launching the server. Launch the server on your local machine, and direct your browser to http://localhost:3000. The [App Launching Server Specification](https://github.com/smartdevicelink/sdl_server/blob/master/docs/application_launching_v1.0.md) defines an endpoint `/applications/available/:moduleId.json` which return a list of applications available for launching to the handset for filtering. -- cgit v1.2.1