Skip to content

nguyendangminh/kernel

 
 

Repository files navigation

convox/kernel

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/.

Development

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)

Contributing

See Also

License

Apache 2.0 © 2015 Convox, Inc.

About

Coordinate AWS heavy lifting behind a simple API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 86.6%
  • JavaScript 6.8%
  • CSS 4.8%
  • Shell 1.2%
  • Makefile 0.6%