Skip to content
/ api Public

v2 proof-of-concept for migrating Deis' controller component to Go

Notifications You must be signed in to change notification settings

fishworks/api

Repository files navigation

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:https://0.0.0.0:8080:

$ api

To run at a different address:

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

Or, on a unix socket!

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

About

v2 proof-of-concept for migrating Deis' controller component to Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published