Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1385 from kjlyon/documentation-update-snapteld
Browse files Browse the repository at this point in the history
Updated docs for 1.0:
  • Loading branch information
kindermoumoute authored Nov 24, 2016
2 parents 6b7404d + 8384572 commit 1bbf02d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/BUILD_AND_TEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This guide gets you started with building and testing Snap. If you have commits
If you prefer a video walkthrough of this process, watch this [tutorial](https://vimeo.com/161561815).

To build the Snap Framework you'll need:
* [Golang >= 1.6](https://golang.org)
* [Golang >= 1.7](https://golang.org)
* Should be [downloaded](https://golang.org/dl/) and [installed](https://golang.org/doc/install)
* [GNU Make](https://www.gnu.org/software/make/)
* [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
Expand Down
5 changes: 1 addition & 4 deletions docs/PLUGIN_PACKAGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,4 @@ loaded the binary version of the plugin.
acbuild end
```
That's it!
![acbuild](http://i.giphy.com/3oz8xu8AXyPDNR9sL6.gif)
That's it!
22 changes: 1 addition & 21 deletions docs/TRIBE.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,24 +85,4 @@ all-nodes 2 0 0

From this point forward, any plugins or tasks you load will load into both members of this agreement.


## Examples

*Starting a 4 node cluster and listing members*
![tribe-start-list-members](http://i.giphy.com/xTk9ZZFdTeIFBFZgPu.gif)

*Note: Once the cluster is started subsequent new nodes can choose to establish
membership through **any** node as there is no "master".*


*Creating an agreement and joining members to it*
![tribe-create-join-agreement](http://i.giphy.com/d2YTZ5P1N0Gh4WJ2.gif)

In the example below an agreement has been created and all members of the
cluster have joined it. After loading a collector and publishing
plugin and starting a task on one node we demonstrate that the plugins and
tasks are now running on all of the other nodes in the agreement.


*Loading plugins and starting a task on a node participating in an agreement*
![tribe-load-start](http://i.giphy.com/3o8doZ9e9MX6ZOH4Iw.gif)
*Note: Once the cluster is started subsequent new nodes can choose to establish membership through **any** node as there is no "master".*

0 comments on commit 1bbf02d

Please sign in to comment.