项目作者: mrcarlosrendon

项目描述 :
Visualizes Rocket League Replays
高级语言: JavaScript
项目地址: git://github.com/mrcarlosrendon/turbo-carnival.git
创建时间: 2016-10-03T03:42:05Z
项目社区:https://github.com/mrcarlosrendon/turbo-carnival

开源协议:Other

下载


turbo-carnival

Visualizes Rocket League Replays

Upload and watch Rocket League replays here

Deployment Instructions

This application uses the following AWS services:

  • S3
  • Elastic Beanstalk
  • DynamoDB

First you must have an AWS account, and create an S3 bucket. You will
need to update application.py with your S3 bucket name.

You also must create a DynamoDB table turbo-carnival with partition_key of replay_key.
Application assumes you will use region us-west-2.

App is deployed using eb cli tool and also requires the AWS cli
tool. These can be installed using pip.

  1. python -m pip install awscli
  2. python -m pip install --upgrade --user awsebcli

You need to configure the AWS cli with API keys and which region you
want to work in.

  1. aws configure

The first time you deploy the app, you have the create the environment
in Elastic Beanstalk.

  1. cd website
  2. eb create [environment-name]

You need to use IAM to give the Elastic Beanstalk role read and write
permissions to your S3 bucket.

Deployment to an existing Elastic Beanstalk is easy:

  1. cd website
  2. eb deploy

Local Deploynment

The application can also be run locally. App assumes /tmp or
c:\tmp exists and is writable. Don’t worry it only uses it
temporarily. The application still requires an S3 bucket when run
locally. It also requires the
octane to be in
your PATH.

  1. cd website
  2. python application.py