Commit 261718c426b0d5a333dfa4acc00aacf92c5fe394
p.s. also swap ssb-legacy-conn > ssb-conn, ssb-local > ssb-lan
mixmix committed on 12/2/2019, 1:37:06 AMParent: 5c866da4bc329c8a371cb24ee975d3c8eeab9c3c
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -65,9 +65,10 @@ | ||
65 | 65 … | This method runs the ssb-server as a standalone command-line driven server. |
66 | 66 … | 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 |
67 | 67 … | (unless you add it to ~/.ssb/config etc). |
68 | 68 … | |
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. | |
70 | 71 … | |
71 | 72 … | Install a standalone ssb-server (your gossip server) |
72 | 73 … | ```sh |
73 | 74 … | npm install ssb-server@latest -g |
@@ -110,12 +111,12 @@ | ||
110 | 111 … | ``` |
111 | 112 … | |
112 | 113 … | Harder mode: |
113 | 114 … | ```sh |
114 | -sbot server | |
115 … | +ssb-server start | |
115 | 116 … | |
116 | 117 … | # from the patchbay repo folder |
117 | -npm run dev | |
118 … | +npm run lite | |
118 | 119 … | ``` |
119 | 120 … | |
120 | 121 … | ## Development |
121 | 122 … |
Built with git-ssb-web