guides/easy-ssb-pub-setup.mdView |
---|
1 | | -# Setting up easy-ssb-pub |
| 1 … | +# Setting up a Pub using easy-ssb-pub |
2 | 2 … | |
3 | 3 … | [easy-ssb-pub]() is a simple, easy-to-host, server that runs an SSB Pub. |
4 | 4 … | |
5 | 5 … | Installing and running this server is realatively simple to do using docker |
13 | 13 … | I've always had good success with [Digital Ocean](), but you can use pretty much |
14 | 14 … | any VPS provider out there ([AWS Lightsail](), [Linode](), [Vultr](), etc.). |
15 | 15 … | |
16 | 16 … | ### 2. Docker & Docker Compose |
| 17 … | + |
| 18 … | +TODO: Install docker / docker compose w/ links to both |
| 19 … | + |
| 20 … | +## Downloading, Building, and Running |
| 21 … | + |
| 22 … | +### 3. Pull latest code from GitHub |
| 23 … | + |
| 24 … | +TODO: write up a quick paragraph w/ the command the perform the pull |
| 25 … | + |
| 26 … | +### 4. NPM Install |
| 27 … | + |
| 28 … | +TODO: cd into easy-ssb-pub dir and run `npm install` |
| 29 … | + |
| 30 … | +### 5. Docker UP |
| 31 … | + |
| 32 … | +TODO: Description about what the command does and show the command. |
| 33 … | + |
| 34 … | +## Managing your server |
| 35 … | + |
| 36 … | +### Stop/Restart |
| 37 … | + |
| 38 … | +TODO: You might need to occasionally stop or restart your easy-ssb-pub server. |
| 39 … | +Show some examples of how to do that! |
| 40 … | + |
| 41 … | +## What now? |
| 42 … | + |
| 43 … | +TODO: Go get an invite and subscribe to the pub yourself, share w/ others, etc. |
| 44 … | + |
| 45 … | +## Congrats! |
| 46 … | + |
| 47 … | +You now have your very own SSB Pub running! |