How to install (and use) BBRF

3 years ago 338
BOOK THIS SPACE FOR AD
ARTICLE AD

First, you need to Install Couch DB with SSL .

Next step is creating the database and an user/password pair. You need to set your domain, admin password and the user (bbrf) password in this script.

The output should be:

> ./createdb.sh
{"ok":true}
{"ok":true,"id":"org.couchdb.user:bbrf","rev":"1-f9812f073762cbXXXX72e2cb3a"}
{"ok":true}
{"ok":true}
{"ok":true,"id":"_design/bbrf","rev":"1-efe335e4XXXXXb2ee68ddffa"}
"https://bbrf.me"

Installing the client

pip install bbrf

Test it

> bbrf -v
1.0.6

Test that it worked

bbrf list

Using the Dashboard

Read Entire Article