git ssb

0+

dangerousbeans / patchbay-bootstrap



Commit d63ede2fba9e081eb8fd7a8033474f1aee486bad

update (simplify) install instructions

Dominic Tarr committed on 7/21/2016, 7:49:21 AM
Parent: 59211949b2fd8d2c1c3b1584a297219e9b85a907

Files changed

README.mdchanged
README.mdView
@@ -8,15 +8,8 @@
88
99 This makes in very easy to create say, a renderer for a new message type,
1010 or switch to a different method for choosing user names.
1111
12-Currently, this is a proof of concept, there is a basic way to switch
13-between tabs, and you can view the main log, user feeds, or threads.
14-This should obviously be improved with a module that can
15-scroll properly scoll through a feed.
16-
17-No "write" methods have been implemented yet.
18-
1912 ## overview
2013
2114 Currently, the main module is `tabs.js` which plugs into
2215 the `app` socket, and provides the `screen_view` socket.
@@ -63,24 +56,22 @@
6356 npm install scuttlebot@latest -g
6457 # make sure you have secure-scuttlebutt@15.2.0
6558 npm ls secure-scuttlebutt -g
6659 sbot server
67-# OR, install and run patchwork. (must have at least >= 2.8)
60+# if you are already running patchwork, that also works.
61+# (must have at least >= 2.8)
6862
69-# then in another tab (these must be two separate commands)
63+# then in another tab (these must be 3 separate commands)
7064 sbot plugins.install ssb-links
7165 sbot plugins.install ssb-query
66+sbot plugins.install ssb-ws
7267 # restart sbot server (go back to previous tab and kill it)
7368 ```
7469 now clone and run patchboard.
7570 ```
7671 git clone https://github.com/dominictarr/patchbay.git
7772 cd patchbay
7873 npm install electro electron-prebuilt -g
79-# for node@6, you'll currently need to use js crypto.
80-CHLORIDE_JS=1 electro index.js
81-
82-# otherwise
8374 electro index.js
8475 ```
8576
8677 ## modules
@@ -90,11 +81,8 @@
9081 square shows api, arrow direction points from user to provider)
9182
9283 [module graph](./graph.svg)
9384
94-
9585 ## License
9686
9787 MIT
9888
99-
100-

Built with git-ssb-web