We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2dd55 commit 6191a6fCopy full SHA for 6191a6f
doc/code_snippets/snippets/config/instances.enabled/application_role_http_api/README.md
@@ -4,9 +4,15 @@ A sample application showing how to implement a custom `http-api` role.
4
5
## Running
6
7
-To start an application, execute the following command in the [config](../../../config) directory:
+Before starting the application, install the `http` module by executing the `tt rocks install` command in the [config](../../../config) directory:
8
9
-```console
+```shell
10
+$ tt rocks install http
11
+```
12
+
13
+Then, start the application:
14
15
16
$ tt start application_role_http_api
17
```
18
0 commit comments