go-relay

command module
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2016 License: Apache-2.0 Imports: 10 Imported by: 0

README

Relay

Build status

Dependencies

  • Go v1.6+
  • Docker v1.10.3+

Getting up and running

  1. Clone go-relay to $GOPATH/src/github.com/operable/go-relay

    mkdir -p $GOPATH/src/github.com/operable
    git clone git@github.com:operable/go-relay.git $GOPATH/src/github.com/operable
    
  2. Download deps and compile an executable

    make
    
  3. Set environment variables and run relay.

    You'll need to have a docker machine running and have environment variables set for the docker client to connect to it. If you haven't already, run the following. (See more details at https://docs.docker.com/machine/get-started)

    docker-machine create --driver virtualbox default
    docker-machine start default
    eval $(docker-machine env default)`
    

    Then start relay:

    RELAY_DOCKER_USE_ENV=true _build/relay -file example_cog_relay.conf
    

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
bus

Jump to

Keyboard shortcuts

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