forked from extern/docker
Remount tmp before installing BBB (allow packages to run scripts in /tmp)
This commit is contained in:
parent
697fd054fb
commit
41e63c71b1
6
setup.sh
6
setup.sh
@ -28,6 +28,9 @@ echo "bbb ALL=(ALL:ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/bbb
|
|||||||
|
|
||||||
echo "bbb:bbb" | chpasswd
|
echo "bbb:bbb" | chpasswd
|
||||||
|
|
||||||
|
# Allow to have executable files in /tmp/ folder (tomcat JNA)
|
||||||
|
mount /tmp -o remount,exec
|
||||||
|
|
||||||
./bbb-install.sh -d -s "`hostname -f`" -v xenial-220-dev22a -a
|
./bbb-install.sh -d -s "`hostname -f`" -v xenial-220-dev22a -a
|
||||||
sed -i 's/::/0.0.0.0/g' /opt/freeswitch/etc/freeswitch/autoload_configs/event_socket.conf.xml
|
sed -i 's/::/0.0.0.0/g' /opt/freeswitch/etc/freeswitch/autoload_configs/event_socket.conf.xml
|
||||||
|
|
||||||
@ -35,9 +38,6 @@ sed -i 's/::/0.0.0.0/g' /opt/freeswitch/etc/freeswitch/autoload_configs/event_so
|
|||||||
cd /usr/local/bigbluebutton/bbb-webrtc-sfu/
|
cd /usr/local/bigbluebutton/bbb-webrtc-sfu/
|
||||||
npm install --unsafe-perm
|
npm install --unsafe-perm
|
||||||
|
|
||||||
# Allow to have executable files in /tmp/ folder (tomcat JNA)
|
|
||||||
mount /tmp -o remount,exec
|
|
||||||
|
|
||||||
# Restart
|
# Restart
|
||||||
bbb-conf --restart
|
bbb-conf --restart
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user