Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jan 8, 2025
1 parent 7a1ff06 commit 93d0be0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,6 @@ git clone https://github.com/OpenVidu/openvidu-call.git --branch next

### Backend

#### Prerequisites

You need to start a mysql server before running the backend application. You can use the following docker command to start a mysql server:

```bash
docker run --name mysql-container \
-e MYSQL_ROOT_PASSWORD=admin \
-e MYSQL_DATABASE=openvidu \
-e MYSQL_USER=admin \
-e MYSQL_PASSWORD=admin \
-p 3306:3306 \
-d mysql:latest
```

1. Serve the backend application.

```bash
Expand Down

0 comments on commit 93d0be0

Please sign in to comment.