Commit 363e7c87dc1ed1bef4ae9b1ccc3ded039f8ce41f
Update instructions for running sbot externally
Anders Rune Jensen committed on 3/12/2018, 12:40:56 PMParent: 108de8043408703c7da2852d767da06869444e3b
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -41,29 +41,17 @@ | ||
41 | 41 … | ```sh |
42 | 42 … | npm install scuttlebot@latest -g |
43 | 43 … | ``` |
44 | 44 … | |
45 | -Until https://github.com/ssbc/scuttlebot/pull/417 is resolved, you may need to do this instead: | |
46 | - | |
47 | 45 … | ```sh |
48 | -git clone https://github.com/ssbc/scuttlebot.git | |
49 | -cd scuttlebot | |
50 | -git checkout ssb-private | |
51 | -npm install | |
52 | -npm link // this should make sbot accessible globally | |
53 | -``` | |
54 | - | |
55 | -```sh | |
56 | -# make sure you have secure-scuttlebutt@15.5.2 | |
57 | -npm ls secure-scuttlebutt -g | |
58 | - | |
59 | 46 … | sbot server |
60 | 47 … | |
61 | 48 … | # then in another tab (these must be separate commands) |
62 | 49 … | sbot plugins.install ssb-about |
63 | 50 … | sbot plugins.install ssb-backlinks |
64 | 51 … | sbot plugins.install ssb-fulltext # for faster searches |
65 | 52 … | sbot plugins.install ssb-chess-db # for chess |
53 … | +sbot plugins.install ssb-private # for chess | |
66 | 54 … | |
67 | 55 … | After that you need to make sure that .ssb/config reads: "ssb-chess-db": "ssbChessIndex" for chess to work. |
68 | 56 … | |
69 | 57 … | # restart sbot server (go back to previous tab and kill it) |
Built with git-ssb-web