git ssb

9+

mixmix / ssb-handbook



Commit 3bc2ef7fa692dcd2bbbfbbd1f85437b9f4162551

more straightforward installer, add patchbay to applications

mix irving committed on 5/30/2017, 11:40:19 PM
Parent: 9527251c3d9e07a43fb379cf9e2b0e5e354738d4

Files changed

README.mdchanged
applications.mdchanged
README.mdView
@@ -17,48 +17,56 @@
1717 The easiest way to get started is using [patchwork](https://github.com/ssbc/patchwork), a classic social networking [application](./applications.md).
1818
1919 ![screenshot of patchwork](./assets/patchwork.jpg)
2020
21-## Install Patchwork
21 +### Easy path
2222
23-### Download Installers for Windows, macOS and Linux
23 +1. [Download an Installer](https://github.com/ssbc/patchwork/releases) for Windows, macOS and Linux
24 +2. Connect to the network
25 + - get a [pub invite code](https://github.com/ssbc/scuttlebot/wiki/Pub-Servers)
26 + - in `patchwork`: click "+ Join Pub" and paste the invite code
2427
25-See [patchwork/releases](https://github.com/ssbc/patchwork/releases)
28 +Step 2 is important if you want to be able to find people further than your local network - it sets you up with a robot friend on the internet which helps you find and communicate with people.
29 +Read more about Pubs and their role [here](./concepts/pub.md).
2630
27-### Or Build from Source
2831
29-With [node (>= 4) and npm (>= 2) installed](https://github.com/creationix/nvm):
32 +### Build from Source
3033
31-```shell
32-$ git clone https://github.com/ssbc/patchwork
33-$ cd patchwork
34-$ npm install
35-$ npm start
36-```
34 +This is more technical than the easy path, mainly useful if you're interested in developing Patchwork.
3735
3836 On Linux you'll need some more dependencies. On Debian:
3937
4038 ```shell
4139 sudo apt-get install libxext-dev libxtst-dev libxkbfile-dev g++ m4 automake libtool
4240 ```
4341
44-### Be Invited To A Pub
42 +With [node (>= 4) and npm (>= 2) installed](https://github.com/creationix/nvm):
4543
46-In order to gossip outside your local network, you'll need to connect to a [Pub](./concepts/pub.md).
44 +```shell
45 +$ git clone https://github.com/ssbc/patchwork
46 +$ cd patchwork
47 +$ npm install
48 +$ npm start
49 +```
4750
48-You can find an invite to an available pub at the [Pub servers registry](https://github.com/ssbc/scuttlebot/wiki/Pub-Servers).
4951
50-Get an invite, then in `patchwork`: click "+ Join Pub" and paste the invite code.
52 +Follow step (2) above to connect to the network.
5153
52-This will cause you to follow the Pub and vise versa. If you haven't synchronized to this social network yet, prepare to wait a few minutes while your local server synchronizes.
53-
5454 ## Join The Community
5555
56 +Check out the following channels by typing their name (with #) in the search bar:
5657 - **#new-people**: introduce yourself
5758 - **#faq**: first impressions, what is confusing as a new user?
5859 - **#patchwork**: report bugs, suggestions, etc
5960 - **#scuttlebutt**: protocol related discussion
6061
62 +Here are some other favourites:
63 +- **#boats**: people living on, hacking, and bulding boats
64 +- **#cooking-channel**: nerds sharing recipes
65 +- **#solarpunk**: step into the future
66 +- **#gardening**: get some gardening on with your off-grid
67 +- **#anarchitecture**: decentralise all the things
68 +
6169 ## About This Handbook
6270
6371 To view the public handbook, browse to [scuttlebutt.nz](https://www.scuttlebutt.nz)
6472
applications.mdView
@@ -16,8 +16,21 @@
1616 Links : [git-ssb](https://git-ssb.celehner.com/%25bfG9dyXtlic9umNzgwYuG8nhjG0ycUrlBROprvyBZaU%3D.sha256) | [github](https://github.com/ssbc/patchwork)
1717
1818 SSB : ssb://%bfG9dyXtlic9umNzgwYuG8nhjG0ycUrlBROprvyBZaU=.sha256
1919
20 +---
21 +
22 +## Patchbay
23 +
24 +Also built on [patchcore](https://github.com/ssbc/patchcore), but uses a tabbed interface instead and has some more bleeding edge features.
25 +
26 +The goal is to make a client developers love - it comes with social views, as well as git interface into the scuttleverse.
27 +
28 +![patchbay](https://github.com/ssbc/patchbay/raw/master/screenshot.png)
29 +Links : [git-ssb](https://git-ssb.celehner.com/%25s9mSFATE4RGyJx9wgH22lBrvD4CgUQW4yeguSWWjtqc%3D.sha256) | [github](https://github.com/ssbc/patchbay)
30 +
31 +SSB : ssb://%s9mSFATE4RGyJx9wgH22lBrvD4CgUQW4yeguSWWjtqc=.sha256
32 +
2033 ---
2134
2235 ## Ferment
2336

Built with git-ssb-web