Gwen committed add user posts to their profile page gold starLatest: 9ee51f2 on 9/3/2016, 5:17:00 AM | |
📄 | .gitignore |
📄 | index.js |
📄 | ipm |
📁 | layouts |
📄 | package.json |
📄 | readme.md |
📁 | static |
readme.md
sdash
sdash is a simple personal gateway to the scuttlebot distributed social database
Install Scuttlebot
sudo npm install -g scuttlebot
scuttlebot server
Next, request a Scuttlebot invite from someone on the network
In another window
sbot plugins.install ssb-ws
sbot plugins.install query
sbot plugins.install links
And restart sbot after the plugins are installed using ctrl-c
and scuttlebot server
To launch sdash clone it down
sudo npm install -g git-ssb
git clone ssb://%qrU04j9vfUJKfq1rGZrQ5ihtSfA4ilfY3wLy7xFv0xk=.sha256 sdash
cd sdash
npm install
node index
and navigate to http://localhost:7000
Built with git-ssb-web