Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Prrromanssss committed Feb 18, 2024
1 parent 9358069 commit 9142a73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
pull-rabbitmq:
docker pull rabbitmq:3-management

run-rabbitmq:
docker run -d --name my-rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
## About

This project is transitional to the next sprint on the Yandex Lyceum course.
This is distributed arithmetic expression evaluator

This is distributed arithmetic expression evaluator, you can read about in directory docs
in the root of the project.


## Deployment instructions
Expand All @@ -25,14 +25,16 @@ git clone https://github.com/Prrromanssss/DAEE-fullstack

### 2. Installing PostgreSQL
If you have your database - skip this step(just write to .env db_url)
From root directory run this commands(firstly download docker)
```commandline
```

### 3. Installing RabbitMQ

From root directory run this command
From root directory run this commands(firstly download docker)
```commandline
make pull-rabbitmq
make run-rabbitmq
```

Expand Down

0 comments on commit 9142a73

Please sign in to comment.