Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Jan 20, 2025
1 parent bd4407d commit a56f81e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/developer-guide/setup-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ Open another tab from your terminal & run:
# navigate to recorder directory that you created above
cd recorder
cp config_sample.yaml config.yaml
pnpm install
cp docker-compose_sample.yaml docker-compose.yaml
# start recorder
pnpm run dev
docker compose build
docker compose start
```

Now the recorder should be ready for getting signal from `plugNmeet-server`.
Expand Down
5 changes: 5 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ systemctl restart plugnmeet-recorder
# to stop
systemctl stop plugnmeet
systemctl stop plugnmeet-recorder

# log files
cd /opt/plugNmeet
tail -n 100 log/plugNmeet.log
tail -n 100 recorder/logs/recorder.log
```

## Fonts installation (optional)
Expand Down

0 comments on commit a56f81e

Please sign in to comment.