Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
AWS Signal Support
Browse files Browse the repository at this point in the history
  • Loading branch information
nordri committed Dec 4, 2017
1 parent 97e2e69 commit 8aec86e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudformation-openvidu/CF-OpenVidu-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,11 @@
"",
[
"#!/bin/bash -xe\n",
"source /home/ubuntu/.bashrc\n",
"export HOME=/home/ubuntu\n",
"apt-get update\n",
"apt-get install -y git ansible python-pip\n",
"pip install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz\n",
"/usr/local/bin/cfn-init -v --stack ", { "Ref": "AWS::StackName" }, " --resource ElastestEC2Instance --region ", { "Ref": "AWS::Region" }, "\n",
"git clone https://github.com/OpenVidu/openvidu-cloud-devops /opt/workdir\n",
"pushd /opt/workdir/cloudformation-openvidu\n",
"WORKINGDIR=/opt/workdir/cloudformation-openvidu\n",
Expand Down

0 comments on commit 8aec86e

Please sign in to comment.