Skip to content

Commit 9720b28

Browse files
committed
NOISSUE - Update running instructions
Signed-off-by: dusan <borovcanindusan1@gmail.com>
1 parent c1cf5c4 commit 9720b28

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

blog/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ With Docker (version 26.0.0 and above) and Go (version 1.21 and above) installed
6262
To start Magistrala Docker services, execute the following command from the project's root directory:
6363

6464
```bash
65-
make run
65+
make run_stable
6666
```
6767

6868
Magistrala offers multiple interaction options, including a CLI, SDK, HTTP API, and UI, catering to different user preferences and use cases.

docs/certs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Make sure you have an already running instance of `SuperMQ`, `OpenBao` and `Cert
3535
To start SuperMQ run:
3636

3737
```bash
38-
make run up args="-d"
38+
make run_stable args="-d"
3939
```
4040

4141
To start the certs service with OpenBao run:

docs/dev-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ As you develop and test changes, only the services related to your changes will
108108
```bash
109109
make <microservice_name>
110110
make docker_dev_<microservice_name>
111-
make run
111+
make run_latest
112112
```
113113

114114
### Overriding the default docker-compose configuration

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ title: Getting Started
77

88
Before proceeding, install the following prerequisites:
99

10-
- [Docker][docker] (version 20.10.16)
11-
- [Docker compose][docker-compose] (version 1.29.2)
10+
- [Docker][docker] (version 29.1.3 or later)
11+
- [Docker compose][docker-compose] (version 5.0.1)
1212

1313
Once everything is installed, execute the following command from project root:
1414

1515
```bash
16-
make run
16+
make run_stable
1717
```
1818

1919
This will start SuperMQ docker composition, which will output the logs from the containers.

docs/tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Distributed tracing is a method of profiling and monitoring applications. It can
1010
The Jaeger service will launch with the rest of the SuperMQ services. All services can be launched using:
1111

1212
```bash
13-
make run
13+
make run_latest
1414
```
1515

1616
The Jaeger UI can then be accessed at `http://localhost:16686` from a browser. Details about the UI can be found in [Jaeger's official documentation][jaeger-ui].

0 commit comments

Comments
 (0)