Skip to content

Instantly share code, notes, and snippets.

View astrotars's full-sized avatar
⛰️

Nick Parsons astrotars

⛰️
View GitHub Profile
<StreamApp
appId={config.stream.appId}
apiKey={config.stream.apiKey}
token={this.state.token}
/>
cd aviato/serverless && yarn install
yarn global add serverless
cd aviato && yarn install
@astrotars
astrotars / clone.sh
Last active September 26, 2018 15:38
git clone git@github.com:GetStream/Aviato.git
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
unzip awscli-bundle.zip
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
python --version
pip install 'fabric<=1.14.0'