Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 792 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 792 Bytes

api

wercker status

This is an experimental proof-of-concept for migrating Deis' controller component to Go. Please note that this is a work in progress, so things are subject to change.

Compiling from Source

First, install glide and ensure you're on Go 1.5+ with export GO15VENDOREXPERIMENT=1. Then,

$ glide up
$ make && make install

Usage

To run by default at tcp://0.0.0.0:8080:

$ api

To run at a different address:

$ api --addr tcp://127.0.0.1:4567

Or, on a unix socket!

$ api --addr unix:///var/run/api.sock