readme.mdView |
---|
1 | 1 … | # sdash |
2 | 2 … | |
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. |
4 | 4 … | |
| 5 … | +It gets your latest post and renders it using [ssb-viewer](http://git.scuttlebot.io/%25MeCTQrz9uszf9EZoTnKCeFeIedhnKWuB3JHW2l1g9NA%3D.sha256) |
| 6 … | + |
5 | 7 … | ![sdash](sdash.png) |
6 | 8 … | |
7 | | -### Install Scuttlebot |
| 9 … | +### Install |
8 | 10 … | |
9 | | -``` |
10 | | -sudo npm install -g scuttlebot |
11 | | -scuttlebot server |
12 | | -``` |
| 11 … | +Clone down sdash |
13 | 12 … | |
14 | | -Next, request a Scuttlebot invite from [someone on the network](mailto:ev@evbogue.com) |
15 | | - |
16 | | -In another window |
17 | | - |
18 | 13 … | ``` |
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 |
32 | 14 … | npm install |
33 | 15 … | node index |
34 | 16 … | ``` |
35 | | -and navigate to [http://localhost:7000](http://localhost:7000) |
36 | 17 … | |
| 18 … | +You need to be running a local scuttlebot daemon with the `ssb-query` plugin for sdash to work. |
| 19 … | + |
37 | 20 … | ### Configure |
38 | 21 … | |
39 | 22 … | To show your own sdash page, replace `var me = '@8Qee0I/DwI5DHSCi3p5fsl6FyLGArrnDz3ox9qZr5Qc=.ed25519';` in `index.js` with your own public key |
40 | 23 … | |