git ssb

16+

Dominic / patchbay



Commit 261718c426b0d5a333dfa4acc00aacf92c5fe394

p.s. also swap ssb-legacy-conn > ssb-conn, ssb-local > ssb-lan

mixmix committed on 12/2/2019, 1:37:06 AM
Parent: 5c866da4bc329c8a371cb24ee975d3c8eeab9c3c

Files changed

README.mdchanged
README.mdView
@@ -65,9 +65,10 @@
6565 This method runs the ssb-server as a standalone command-line driven server.
6666 The danger in this is that you don't install the right plugin versions, and the server won't necessarily be started with the right config
6767 (unless you add it to ~/.ssb/config etc).
6868
69-For this reason I wouldn't currently recommend this approach
69 +For this reason I wouldn't currently recommend this approach.
70 +Note that core devs aren't often running things this way, so if this is broken we wouldn't know, and might not be keen to fix it right now.
7071
7172 Install a standalone ssb-server (your gossip server)
7273 ```sh
7374 npm install ssb-server@latest -g
@@ -110,12 +111,12 @@
110111 ```
111112
112113 Harder mode:
113114 ```sh
114-sbot server
115 +ssb-server start
115116
116117 # from the patchbay repo folder
117-npm run dev
118 +npm run lite
118119 ```
119120
120121 ## Development
121122

Built with git-ssb-web