goscribe

command module
v0.0.0-...-31004d2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2014 License: MPL-2.0 Imports: 18 Imported by: 0

README

goscribe wercker status Coverage Status

Go Audio Transcription Web App

Environment

The following environment variables are expected.

  • $BASE_URL MUST be a publicly accessible URL, not something on localhost if you intend to test callbacks through the app itself.
  • For testing, you may also set $TELAPI_BASE_HOST to override the default (api.telapi.com). This is useful if you want to use Runscope to proxy and capture outgoing requests. Requests will always be built with the https:// scheme.
export BASE_URL=”http://<public_server_location>”
export TELAPI_ACCOUNT_SID=”<your_telapi_account_sid>”
export TELAPI_AUTH_TOKEN=”<your_telapi_auth_token>”
export AUTH_USER=”<http_basic_auth_user>”
export AUTH_PASS=”<http_basic_auth_pass>”
export AWS_ACCESS_KEY_ID=”<your_aws_key_id>”
export AWS_SECRET_ACCESS_KEY=”<your_aws_secret_key>”
export AWS_S3_BUCKET_NAME=”<your_s3_bucket_name>”
export AWS_S3_BASE_URL=”http://<your_s3_base_url>”

Heroku

For deployment on Heroku, in addition to setting the environment variables, the Go buildpack has to be set.

heroku config:add BUILDPACK_URL=https://github.com/kr/heroku-buildpack-go.git

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/github.com/codegangsta/inject
Package inject provides utilities for mapping and injecting dependencies in various ways.
Package inject provides utilities for mapping and injecting dependencies in various ways.
_workspace/src/github.com/go-martini/martini
Package martini is a powerful package for quickly writing modular web applications/services in Golang.
Package martini is a powerful package for quickly writing modular web applications/services in Golang.
_workspace/src/github.com/jacobsa/oglematchers
Package oglematchers provides a set of matchers useful in a testing or mocking framework.
Package oglematchers provides a set of matchers useful in a testing or mocking framework.
_workspace/src/github.com/kr/pretty
Package pretty provides pretty-printing for Go values.
Package pretty provides pretty-printing for Go values.
_workspace/src/github.com/kr/text
Package text provides rudimentary functions for manipulating text in paragraphs.
Package text provides rudimentary functions for manipulating text in paragraphs.
_workspace/src/github.com/kr/text/colwriter
Package colwriter provides a write filter that formats input lines in multiple columns.
Package colwriter provides a write filter that formats input lines in multiple columns.
_workspace/src/github.com/kr/text/mc
Command mc prints in multiple columns.
Command mc prints in multiple columns.
_workspace/src/github.com/martini-contrib/binding
Package binding transforms a raw request into a struct ready to be used your application.
Package binding transforms a raw request into a struct ready to be used your application.
_workspace/src/github.com/martini-contrib/render
Package render is a middleware for Martini that provides easy JSON serialization and HTML template rendering.
Package render is a middleware for Martini that provides easy JSON serialization and HTML template rendering.
_workspace/src/github.com/martini-contrib/strict
Package strict provides helpers for implementing strict APIs in Martini.
Package strict provides helpers for implementing strict APIs in Martini.
_workspace/src/github.com/mitchellh/goamz/aws
goamz - Go packages to interact with the Amazon Web Services.
goamz - Go packages to interact with the Amazon Web Services.
_workspace/src/github.com/smartystreets/goconvey/convey
Oh the stack trace scanning! The density of comments in this file is evidence that the code doesn't exactly explain itself.
Oh the stack trace scanning! The density of comments in this file is evidence that the code doesn't exactly explain itself.
_workspace/src/github.com/smartystreets/goconvey/convey/assertions
Package assertions contains the implementations for all assertions which are referenced in the convey package for use with the So(...) method.
Package assertions contains the implementations for all assertions which are referenced in the convey package for use with the So(...) method.
_workspace/src/github.com/smartystreets/goconvey/convey/gotest
Package gotest contains internal functionality.
Package gotest contains internal functionality.
_workspace/src/github.com/smartystreets/goconvey/convey/reporting
Package reporting contains internal functionality related to console reporting and output.
Package reporting contains internal functionality related to console reporting and output.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL