Overall Project Status: :construction: Under active development
You will need:
[sudo] npm i -g yarn
.MONGODB_BZIP_URL=<URL to mongodb backup> make bootstrap
This will initialize a vagrant machine which contains mongo, grafana, and influx and forward all necessary ports.
Use your local machine to code / develop. The home dir is synced to
/vagrant
within the host machine should you need to vagrant ssh
in
and access it for any reason.
For now, you'll have to manually configure the datasource in Grafana during the first run. We hope to automate this
in the future. On your first login to Grafana, click "Add Data Source" when prompted, select InfluxDB, make sure the host
is set to http://localhost:8086
and the Database is set to bnc
. You should then be able to use the data source.