Skip to content

manuelmitasch/chataigne-web-dashboard

Repository files navigation

Chataigne Web Dashboard

This project is a web dashboard for Chataigne. It's a Ember.js based javascript client that connects to the Chataigne dashboard websocket.

How to use this with Chataigne

  • Copy the "dist" folder into your Chataigne Document folder (on Windows: %USERPROFILE%\Documents\Chataigne)
  • Rename the "dist" folder to "dashboard".
  • Start Chataigne
  • Enable the Dashboard Server in the Chataigne "Project Settings"
  • Create a Dashboard and add some parameters to it (right-click "Send to Dashboard").
  • Open a browser and navigate to "http://localhost:9999"

Contributing and Building on your own

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd chataigne-web-dashboard
  • npm install

Running / Development

  • ember serve
  • Visit your app at http://localhost:4200.
  • The dev server expects that the chataigne web socket is running on port 9999.

Building

  • ember build (development)
  • ember build --environment production (production)