Commit 32a01be44a9a38c0a05d44a6b8f36350437b208c
Document install via ssb-npm
cel committed on 10/6/2017, 8:40:42 AMParent: 9ebe32a353e77e416eb7f0e6d3159ce18e5afae9
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -9,10 +9,21 @@ | ||
9 | 9 … | - A web server [`git-ssb-web`][] for browsing repos locally |
10 | 10 … | |
11 | 11 … | ## Install |
12 | 12 … | |
13 … | +Requirements: | |
14 … | + | |
15 … | +- [scuttlebot][] | |
16 … | +- Connection to the [SSB network][Scuttlebutt] network | |
17 … | + | |
18 … | +Install git-ssb via ssb-npm: | |
19 … | + | |
13 | 20 … | ``` |
14 | -npm install -g git-ssb | |
21 … | +sbot plugins.install ssb-npm-registry --from 'http://localhost:8989/blobs/get/&n7sTDXyQHaX2/tSE3PTD7O93aJfrz6hlTbWMcCDPrcA=.sha256' # v1.2.1 | |
22 … | +sbot plugins.enable ssb-npm-registry | |
23 … | +# restart sbot | |
24 … | + | |
25 … | +npm install -g git-ssb --registry=http://localhost:8043/ | |
15 | 26 … | ``` |
16 | 27 … | |
17 | 28 … | ## Usage |
18 | 29 … | |
@@ -59,8 +70,11 @@ | ||
59 | 70 … | - [From GitHub to git-ssb](https://git.scuttlebot.io/%25RPKzL382v2fAia5HuDNHD5kkFdlP7bGvXQApSXqOBwc%3D.sha256) |
60 | 71 … | - [Distributed Git (for real this time) with git ssb](http://evbogue.com/distributedgit/) |
61 | 72 … | - [Distributed collaboration with git-ssb](https://git.scuttlebot.io/%256nsHTcWJ3IuXPiFSr4lz3NEROnHGQEu36kjYHTKrWes%3D.sha256/blob/73b4b7d083757d91a5151c23eacbe9c6ae615ebf/volume-0/git-ssb/index.md) |
62 | 73 … | |
74 … | +[ssb-npm]: https://git.scuttlebot.io/%23ssb-npm | |
75 … | +[Scuttlebutt]: https://www.scuttlebutt.nz/ | |
76 … | +[scuttlebot]: https://scuttlebot.io/ | |
63 | 77 … | [ssb]: https://github.com/ssbc/secure-scuttlebutt |
64 | 78 … | [git config]: http://git-scm.com/docs/git-config |
65 | 79 … | [patchwork]: https://github.com/ssbc/patchwork |
66 | 80 … | [patchwork-testing]: https://github.com/ssbc/patchwork/blob/3f6d2d60b66361c3c926ff0a9e81847e71c8cfdd/docs/TESTING.md |
Built with git-ssb-web