mirror of https://github.com/OpenVidu/openvidu.git
Deployment: use pip3 command to install cfn-hub
parent
c6dac1ad4a
commit
51e1348825
|
@ -148,9 +148,9 @@ Resources:
|
||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
apt-get update && apt-get install -y \
|
apt-get update && apt-get install -y \
|
||||||
python-pip \
|
python-pip python3-pip \
|
||||||
ec2-instance-connect
|
ec2-instance-connect
|
||||||
pip install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz
|
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz
|
||||||
|
|
||||||
cfn-init --region ${AWS::Region} --stack ${AWS::StackId} --resource KurentoMediaServer
|
cfn-init --region ${AWS::Region} --stack ${AWS::StackId} --resource KurentoMediaServer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue