Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 3 additions & 43 deletions docs/producer-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This demo showcases the block production capabilities of OpenMina nodes within a

## Running the Producer Demo

### Running on Debian-based Linux
Once pre-requisites for your OS have been completed, follow these steps (they are the same for Debian-based Linux, Windows and MacOS):

1. **Clone this repository:**
```bash
Expand All @@ -98,46 +98,6 @@ This demo showcases the block production capabilities of OpenMina nodes within a

4. **Open you browser and visit http://localhost:8070**

### Running on Windows
You should see the following screen:

1. **Open the command prompt by pressing the windows button on your keyboard and type in command prompt**

2. **Clone this repository:**
```bash
git clone https://github.com/openmina/openmina.git
```

3. **Navigate to the repository:**

```bash
cd openmina
```

4. **Run the following command to start the demo:**
```sh
docker compose -f docker-compose.local.producers.yml up
```

5. **Open you browser and visit http://localhost:8070**

### Running on macOS

1. **Open a terminal by pressing command + space on your keyboard and type in terminal**

2. **Clone this repository:**
```bash
git clone https://github.com/openmina/openmina.git
```

3. **Navigate to the repository:**

```bash
cd openmina
```

4. **Run the following command to start the demo:**
```sh
docker compose -f docker-compose.local.producers.yml up
```

5. **Open you browser and visit http://localhost:8070**
![image](https://github.com/user-attachments/assets/1eac34aa-41b7-42ab-a193-0dcdbda32c0f)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use a more up to date image (the image there has the nanoMina representation). Also it is from a longer run, maybe we should show the screen right after the commands are run?

Copy link
Contributor Author

@JanSlobodnik JanSlobodnik Aug 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bruno suggests we use this:
image