Skip to content

Commit

Permalink
Add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbp-boop committed Feb 8, 2023
1 parent 3f924f5 commit 1b54149
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,27 @@ Monster UI Application: Provides an app to view and download call recordings for

## Screenshots
![recordings-list](metadata/screenshots/recordings1.PNG?raw=true)
![settings](metadata/screenshots/recordings2.PNG?raw=true)
![settings](metadata/screenshots/recordings2.PNG?raw=true)

## Installation

After cloning the repository, move the application to your Monster UI apps folder
```bash
mv monster-ui-recordings-community /var/www/html/monster-ui/apps/recordings-community
```

Instruct SELinux to allow httpd to read the folder
```bash
chcon -R -t httpd_sys_content_t /var/www/html/monster-ui/apps/recordings-community
```

Enable the recordings API
```bash
sup crossbar_maintenance start_module cb_recordings
```

Register the application with crossbar (replace the IP and port with your hostname and port)
```bash
sup crossbar_maintenance init_app '/var/www/html/monster-ui/apps/recordings-community' 'http://10.100.12.1:8000/v2'
```

0 comments on commit 1b54149

Please sign in to comment.