Prosody module development workflow
This commit is contained in:
parent
dcd9b489ef
commit
3a7eb88bc0
12 changed files with 820 additions and 20 deletions
9
prodsody/run_dev.sh
Executable file
9
prodsody/run_dev.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
docker-compose up -d
|
||||
|
||||
open https://localhost:8443/test
|
||||
|
||||
|
||||
ls *.lua | entr sh -c 'cp mod_jitsi_rooms.lua jitsi-meet-cfg/prosody/prosody-plugins-custom && docker-compose restart prosody'
|
Loading…
Add table
Add a link
Reference in a new issue