Skip to content

Latest commit

 

History

History
132 lines (93 loc) · 2.05 KB

File metadata and controls

132 lines (93 loc) · 2.05 KB

Dashboard :: Azkfile.js

Systems in Manifest

Dashboard (default)

  • dashboard
  • worker
  • redis
  • mongo
azk start -Rv

How to run

  • create a new dashboard
  • refresh the page
  • add data to your local API

Example: Adding sample data with curl:

curl -X POST -H "Content-Type: application/json" --data '{ "type":"home.temperature", "properties": { "temperature": 56 } }' http://dashboard.dev.azk.io/api/events
  • add a report
  • configure the report after you added

azk Quick Start

# easy install
curl -Ls http://azk.io/install.sh | bash

Start azk

# easy start with --reprovision and --verbose
azk start -Rv

deploy production to Digital Ocean

We are using this system to deploy: https://github.com/azukiapp/docker-deploy-digitalocean

azk shell deploy

Other azk commands

systems status

$ azk status

detailed systems info

$ azk info

stop all containers

$ azk stop

restart all container

$ azk restart

restart and reprovision

$ azk restart -Rv

check logs

$ azk logs

more on azk

Contribute to azk

Stay in touch with the azk team