This project is a web dashboard for Chataigne. It's a Ember.js based javascript client that connects to the Chataigne dashboard websocket.
- 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"
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>
this repositorycd chataigne-web-dashboard
npm install
ember serve
- Visit your app at http://localhost:4200.
- The dev server expects that the chataigne web socket is running on port 9999.
ember build
(development)ember build --environment production
(production)