Skip to content

Commit

Permalink
Merge pull request hudl#7 from hudl/readmeChanges
Browse files Browse the repository at this point in the history
Readme changes
  • Loading branch information
ryansb committed Jun 18, 2014
2 parents 0dffa3a + 8d01728 commit c9b29ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ for {
* Allow service url distribution via DNS
* Currently the load balancing is random, and does not give preference to
servers within a zone.
* Make releases available on [gopkg.in](http://gopkg.in)

# Hacking

Expand Down Expand Up @@ -96,12 +97,22 @@ your issue or post repro steps to the issues on this repository. The tests
require that you have a eureka install and are designed to run against the
included [vagrant](http://vagrantup.com) specs.

## Verifying Releases

We're on semver and tag releases accordingly. The releases are signed and can
be verified with `git tag --verify vA.B.C`.

## Using Vagrant

The Vagrantfile in this repo will set up a two-server eureka cluster using the
OpsCode bento boxes. By default, the VMs are named node1.localdomain and
node2.localdomain. They'll be provisioned and eureka will start automatically.

# Contributors

* Ryan S. Brown (ryansb)
* Carl Quinn (cquinn)

# MIT License

```
Expand Down

0 comments on commit c9b29ad

Please sign in to comment.