Coordinate AWS heavy lifting behind a simple API.
This is a guide to developing the convox/kernel project. For detailed installation and usage instructions, see http://docs.convox.com/.
Pre-reqs
- Boot2Docker
mkdir -p ~/.convox ; echo dev@convox.com > ~/.convox/id
- A sandbox
DEVELOPMENT=Yes STACK_NAME=convox-dev convox install
- An .env file with all the convox-dev stack outputs, i.e.
DYNAMO_BUILDS=convox-dev-builds
$ go get github.com/convox/kernel
$ cd $GOPATH/src/github.com/convox/kernel
$ convox start
registry | [2015-07-16 22:20:09 +0000] [15] [INFO] Listening at: http://0.0.0.0:5000 (15)
web | [negroni] listening on :3000
$ convox login $(boot2docker ip)
Password: <REGISTRY_PASSWORD>
Logged in successfully.
$ convox --version
client: dev
server: latest (192.168.59.103)
- Open a GitHub Issue for bugs and feature requests
- Initiate a GitHub Pull Request for patches
Apache 2.0 © 2015 Convox, Inc.