git ssb

3+

ev / sdash



Commit 2dee7c6576240fa0ecea16fc909a2e9db0c61218

update readme

Ev Bogue committed on 12/25/2016, 8:10:11 PM
Parent: cc81860d7cf0a04b9f51b8416d041ffe7f66c1bf

Files changed

readme.mdchanged
sdash.pngchanged
readme.mdView
@@ -1,40 +1,23 @@
11 # sdash
22
3-sdash is a personal gateway to the [scuttlebot](http://scuttlebot.io) distributed social network
3 +sdash is a personal gateway to the [scuttlebot](http://scuttlebot.io) distributed social network.
44
5 +It gets your latest post and renders it using [ssb-viewer](http://git.scuttlebot.io/%25MeCTQrz9uszf9EZoTnKCeFeIedhnKWuB3JHW2l1g9NA%3D.sha256)
6 +
57 ![sdash](sdash.png)
68
7-### Install Scuttlebot
9 +### Install
810
9-```
10-sudo npm install -g scuttlebot
11-scuttlebot server
12-```
11 +Clone down sdash
1312
14-Next, request a Scuttlebot invite from [someone on the network](mailto:ev@evbogue.com)
15-
16-In another window
17-
1813 ```
19-sbot plugins.install ssb-ws
20-sbot plugins.install query
21-sbot plugins.install links
22-```
23-
24-And restart sbot after the plugins are installed using `ctrl-c` and `scuttlebot server`
25-
26-To launch sdash clone it down
27-
28-```
29-sudo npm install -g git-ssb
30-git clone ssb://%qrU04j9vfUJKfq1rGZrQ5ihtSfA4ilfY3wLy7xFv0xk=.sha256 sdash
31-cd sdash
3214 npm install
3315 node index
3416 ```
35-and navigate to [http://localhost:7000](http://localhost:7000)
3617
18 +You need to be running a local scuttlebot daemon with the `ssb-query` plugin for sdash to work.
19 +
3720 ### Configure
3821
3922 To show your own sdash page, replace `var me = '@8Qee0I/DwI5DHSCi3p5fsl6FyLGArrnDz3ox9qZr5Qc=.ed25519';` in `index.js` with your own public key
4023
sdash.png
sdash.png

Built with git-ssb-web