Skip to content

Commit

Permalink
[doc] update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adwpc committed May 26, 2019
1 parent 109a679 commit 1d6ed8d
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,31 @@
[![Stargazers over time](https://starchart.cc/pion/sfu.svg)](https://starchart.cc/pion/sfu)

## How to use
### 1. install signal server and make key.pem|cert.pem
### 1. make key.pem|cert.pem
```
cd signal-server
./install.sh
./scripts/makekey.sh
```
### 2. install web app
### 2. build web app
```
cd pion-sfu-sdk
cd sdk/js
npm i
```
### 3. start signal server
### 3. build sfu
```
cd signal-server
./start.sh
./scripts/build.sh
```
### 4. start web app
```
cd pion-sfu-sdk
cd sdk/js
npm start
```
### 5. start sfu
```
go build
./sfu
./scripts/start.sh
```
### 6. let's chat
Open this url with chrome

```
https://yourip:3666
https://yourip:8080
```

0 comments on commit 1d6ed8d

Please sign in to comment.