Skip to content

Commit bdadb55

Browse files
committed
Adding more instructions
1 parent bbd135a commit bdadb55

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,23 @@ docker compose -p particular-platform-showcase -f docker-compose-base.yml -f com
3737
### (Alternative) Run from an IDE
3838

3939
<details>
40-
> [!WARNING]
41-
> When using Visual Studio, ensure you have the "Enable Multi-Project Launch profiles" setting on. Allow Visual Studio 2022 "multi-launch" so you can easily select the profile you want to run.
42-
>
43-
> It can be activated by accessing the Tools menu -> Manage preview features- Enable Multi-Project Launch profiles.
40+
TIP
41+
When using Visual Studio, ensure you have the "Enable Multi-Project Launch profiles" setting on. Allow Visual Studio 2022 "multi-launch" so you can easily select the profile you want to run.
42+
It can be activated by accessing the Tools menu -> Manage preview features- Enable Multi-Project Launch profiles.
4443

4544
To start the required infrastructure for the showcase, run one of the docker command below from the `src` folder in a terminal.
4645

4746
RabbitMQ
4847

48+
Update `rabbit.env` file section named "Only used for the showcase processes" to:
49+
```env
50+
# Only used for the showcase processes
51+
RABBITMQ_HOST="localhost"
52+
RABBITMQ_PORT="33721"
53+
RABBITMQ_VIRTUALHOST="/"
54+
```
55+
56+
Then run:
4957
```cmd
5058
docker compose -p particular-platform-showcase -f docker-compose-base.yml -f compose-rabbitmq.yml --env-file rabbit.env --profile infrastructure --profile frontend up -d
5159
```

0 commit comments

Comments
 (0)