var page = require('./page.part') var installTheDatabase = require('./docs/basics/install-the-database.html') // this page is the same as the first guide in basics, but with the big hero module.exports = () => page({ section: 'docs', tab: 'docs-basics', path: '/docs/basics/install-the-database.html', hero: `

Scuttlebot
a peer-to-peer log store

${''/*

▶ See it in action Download now

*/}

Scuttlebot is an open source peer-to-peer log store used as a database, identity provider, and messaging system. It features global replication, file-syncronization, and end-to-end encryption.

Read about the protocol.

`, content: installTheDatabase.content() })