var com = require('../../com.part') var page = require('../../page.part') module.exports = () => page({ section: 'docs', tab: 'docs-basics', path :'/docs/basics/install-the-database.html', content: module.exports.content() }) // put content in a separate function so that index.html can reuse it module.exports.content = () => `

Install the database

${ com.code({ bash: `npm install -g scuttlebot` }) }

Start the server

${ com.code({ bash: `sbot server` }) }

Open a client

` //

Autostart the server (OSX)

//

todo

//

Autostart the server (Ubuntu)

//

todo

//

Autostart the server (Windows)

//

todo