You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ A client application allows developers to observe inisights generated using [Ana
10
10
11
11
## <aname="RunTheExampleSystem"></a>Run the Example System
12
12
13
-
You can start the web services on any system that supports [docker](https://www.docker.com) and [docker compose](https://docs.docker.com/compose/). Follow the instructions on https://docs.docker.com/compose/install/ to install docker and docker compose.
14
-
You will need a macOS instance to build and run the example application. Xcode 13 is required to build and run the example client application. Follow the instructions on https://developer.apple.com/xcode/ to install the latest version of Xcode.
13
+
You can start the web services on any system that supports [docker](https://www.docker.com) and [docker compose](https://docs.docker.com/compose/). Follow the instructions on https://docs.docker.com/compose/install/ to install docker and docker compose.
14
+
Xcode 13 (only available on macOS) is required to build and run the example client application. Follow the instructions on https://developer.apple.com/xcode/ to install the latest version of Xcode.
15
15
16
16
1. Start the web services by running the `$ docker compose up` command in the root of the repository. It compiles and starts up all three web services as well as adjacently deployed [Jaeger](https://www.jaegertracing.io) and [Prometheus](https://prometheus.io) instances.
17
17
2. You can now interact with the API using your favorite tool to explore RESTful APIs. The section [System Functionality](#SystemFunctionality) includes a detailed description of the API endpoints.
@@ -27,9 +27,9 @@ The system can collect locations shared by users and generates hotspots indicati
27
27
You can try out the following curl command to set a request to the gateway:
0 commit comments