Commit Graph

12 Commits

Author SHA1 Message Date
William Morgan 6807b491d3
update readme: experimental -> alpha, and minor tweaks (#391)
update README, add mailing list links, etc.
2018-02-19 15:41:04 -08:00
Oliver Gould 4154db2d4f
Improve wording around Getting Started (#288)
Some of the phrasing around the getting started section of the README
was awkward.
2018-02-13 13:38:37 -08:00
Andrew Seigner 3856b38550
README update to 2018 (#233)
Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2018-01-30 10:47:19 -08:00
Sean McArthur 5b53123ec2
readme: update to say TCP, HTTP/1, and HTTP/2 are supported (#203) 2018-01-26 13:54:01 -08:00
Andrew Seigner c6f06b767d
fix whitespace in README.md (#182) 2018-01-19 13:24:03 -08:00
Andrew Seigner ac242bd9b9
Introduce BUILD.md (#137)
Our build instructions were scattered across a few README's.

This consolidates all instructions relevant to Conduit development into
a single BUILD.md.

Fixes #134

Signed-off-by: Andrew Seigner <andrew@sig.gy>
2018-01-16 23:19:53 -08:00
Andrew Seigner 0ee38e46f8
Add note to run dep ensure prior to go build. (#124)
We have example commands for building our go components locally, but we
did not mention a prerequisite step of getting all dependencies.

Add note to run `dep ensure && dep prune`.

Signed-off-by: Andrew Seigner <andrew@sig.gy>
2018-01-09 11:04:39 -08:00
Andrew Seigner caeb83a526
Fix Go and Proxy dependency image SHAs (#117)
The image tags for gcr.io/runconduit/go-deps and
gcr.io/runconduit/proxy-deps were not updating to account for all
changes in those images.

Modify SHA generation to include all files that affect the base
dependency images. Also add instructions to README.md for updating
hard-coded SHAs in Dockerfile's.

Fixes #115

Signed-off-by: Andrew Seigner <andrew@sig.gy>
2018-01-08 11:19:49 -08:00
Andrew Seigner 9ce12ee15c
Add local development section to README.md (#93)
README.md currently documents how to get started with a released version
of Conduit, but not how to build and deploy from source.

This change adds a section to enable building and deploying from source,
it assumes working Go and Minikube environments.

Signed-off-by: Andrew Seigner <andrew@sig.gy>
2017-12-27 11:42:46 -08:00
Sterling White c26e7f39a6
updates to README linking to docs and getting started (#39)
* updates to README linking to docs and getting started

* minor line break revisions

* markdown revisions and simplification

* updating line breaks and errant spaces

* updates grammar and simplifies language
2017-12-13 16:39:49 -08:00
Oliver Gould f27d7b6545
Add the TravisCI badge to README.md (#22) 2017-12-11 16:00:56 -08:00
Oliver Gould 2ae7d48339
add readme (#3) 2017-12-04 21:05:32 -08:00