git ssb

39+

cel / git-ssb



Commit 32a01be44a9a38c0a05d44a6b8f36350437b208c

Document install via ssb-npm

cel committed on 10/6/2017, 8:40:42 AM
Parent: 9ebe32a353e77e416eb7f0e6d3159ce18e5afae9

Files changed

README.mdchanged
README.mdView
@@ -9,10 +9,21 @@
99 - A web server [`git-ssb-web`][] for browsing repos locally
1010
1111 ## Install
1212
13 +Requirements:
14 +
15 +- [scuttlebot][]
16 +- Connection to the [SSB network][Scuttlebutt] network
17 +
18 +Install git-ssb via ssb-npm:
19 +
1320 ```
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/
1526 ```
1627
1728 ## Usage
1829
@@ -59,8 +70,11 @@
5970 - [From GitHub to git-ssb](https://git.scuttlebot.io/%25RPKzL382v2fAia5HuDNHD5kkFdlP7bGvXQApSXqOBwc%3D.sha256)
6071 - [Distributed Git (for real this time) with git ssb](http://evbogue.com/distributedgit/)
6172 - [Distributed collaboration with git-ssb](https://git.scuttlebot.io/%256nsHTcWJ3IuXPiFSr4lz3NEROnHGQEu36kjYHTKrWes%3D.sha256/blob/73b4b7d083757d91a5151c23eacbe9c6ae615ebf/volume-0/git-ssb/index.md)
6273
74 +[ssb-npm]: https://git.scuttlebot.io/%23ssb-npm
75 +[Scuttlebutt]: https://www.scuttlebutt.nz/
76 +[scuttlebot]: https://scuttlebot.io/
6377 [ssb]: https://github.com/ssbc/secure-scuttlebutt
6478 [git config]: http://git-scm.com/docs/git-config
6579 [patchwork]: https://github.com/ssbc/patchwork
6680 [patchwork-testing]: https://github.com/ssbc/patchwork/blob/3f6d2d60b66361c3c926ff0a9e81847e71c8cfdd/docs/TESTING.md

Built with git-ssb-web