git ssb

16+

Dominic / patchbay



Commit 363e7c87dc1ed1bef4ae9b1ccc3ded039f8ce41f

Update instructions for running sbot externally

Anders Rune Jensen committed on 3/12/2018, 12:40:56 PM
Parent: 108de8043408703c7da2852d767da06869444e3b

Files changed

README.mdchanged
README.mdView
@@ -41,29 +41,17 @@
4141 ```sh
4242 npm install scuttlebot@latest -g
4343 ```
4444
45-Until https://github.com/ssbc/scuttlebot/pull/417 is resolved, you may need to do this instead:
46-
4745 ```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-
5946 sbot server
6047
6148 # then in another tab (these must be separate commands)
6249 sbot plugins.install ssb-about
6350 sbot plugins.install ssb-backlinks
6451 sbot plugins.install ssb-fulltext # for faster searches
6552 sbot plugins.install ssb-chess-db # for chess
53 +sbot plugins.install ssb-private # for chess
6654
6755 After that you need to make sure that .ssb/config reads: "ssb-chess-db": "ssbChessIndex" for chess to work.
6856
6957 # restart sbot server (go back to previous tab and kill it)

Built with git-ssb-web