skrater / porthos-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Porthos Dashboard

A dashboard application for operating a porthos-rpc cluster.

Status

Build Status

Requirements

  • RabbitMQ (any other AMQP 0.9.1 broker)
  • SQLite

Build

First of all, you need to download govendor:

go get -u github.com/kardianos/govendor

Fetch all go dependencies:

govendor sync

Then build the app:

go build

Running the app

After building the executable, you may run the dashboard as following:

./porthos-dashboard -bind 8080 -broker amqp:// -db dash.db

Local environment

To speed things up we provide a docker environment. Just run docker-compose up then open http://localhost:8080/.

Example

About


Languages

Language:Go 69.9%Language:JavaScript 24.6%Language:CSS 4.1%Language:HTML 1.5%